COLOR #C7F036

HEX: #C7F036
RGB: (199,240,54)

Color info

#C7F036 contains mainly red and green colors. Web safe color of #C7F036 is #CCFF33 (or #CF3).

RGB color model

#C7F036 color RGB value is (199,240,54).

  • red value is 199;
  • green value is 240;
  • blue value is 54.
RGB:
(199,240,54)
(78%,94%,21%)

RGB channels and saturation

R 199 of 255 = 78%
G 240 of 255 = 94%
B 54 of 255 = 21%

199
240
54

R + G + B ~ 64%. #C7F036 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 240 + 54 = 493 (100%)
R 199 of 493 ~ 40.37%
G 240 of 493 ~ 48.68%
B 54 of 493 ~ 10.95%

%40.37
%48.68
%10.95

CMYK color model

#C7F036 color CMYK value is (17,0,78,6).

  • cyan value is 17.08%
  • magenta value is 0.00%
  • yellow value is 77.50%
  • key color value is 5.88%
CMYK:
(17,0,78,6)
C17M0Y78K6 
(17%,0%,78%,6%)
(0.17/0.00/0.78/0.06)	

CMYK percentages

%17.08
%0
%77.5
%5.88

Codes

Color #C7F036 in popluar color models

C7F036
RGB19924054
HSL73°86.11%57.65%
HSB/HSV73°77.50%94.12%
CMYK17.08%0.00%77.50%
5.88%

Color #C7F036 in popluar number systems.

HEXC7F036
Decimal19924054
Binary1100011111110000110110
Octal30736066

Shades and tints

Shades of #C7F036

#C7F036
(199,240,54)
#B5DB32
(181,219,50)
#A3C62E
(163,198,46)
#91B12A
(145,177,42)
#7F9C26
(127,156,38)
#6D8722
(109,135,34)
#5B721E
(91,114,30)
#495D1A
(73,93,26)
#374816
(55,72,22)
#253312
(37,51,18)
#131E0E
(19,30,14)
#000000
(0,0,0)

Tints of #C7F036

#C7F036
(199,240,54)
#CCF148
(204,241,72)
#D1F25A
(209,242,90)
#D6F36C
(214,243,108)
#DBF47E
(219,244,126)
#E0F590
(224,245,144)
#E5F6A2
(229,246,162)
#EAF7B4
(234,247,180)
#EFF8C6
(239,248,198)
#F4F9D8
(244,249,216)
#F9FAEA
(249,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F036 color. Also use rgb(199,240,54) instead hex code.

Text Font Color

.myTextColor { color: #C7F036; }

<p style="color:#C7F036">This sample text font color is #C7F036.</p>

This text font color is #C7F036.


Background Color

.myBgColor { background-color: #C7F036; }

<div style="background-color:#C7F036">Inner text</div>

This div background color is #C7F036.


Border color

.myBorderColor { border: 1px solid #C7F036; }

<div style="border:3px solid #C7F036">Div</div>

This div border color is #C7F036.


Opacity

.myOpacity80 { color: #C7F036; opacity: 0.8; }

<p style="color:#C7F036;opacity:0.8;">80%</p>

Text with #C7F036 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C7F036;}

<p style="text-shadow: 3px 3px 1px #C7F036">Text here.</p>

This text has shadow with #C7F036 color.

.textShadow {text-shadow: 3px 3px 1px #C7F036, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C7F036, 5px 5px 20px red">Text here.</p>

This text has shadow with #C7F036 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7F036, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C7F036, Direction=45, Strength=4)">Text</p>

This text has shadow with #C7F036 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C7F036;
  -webkit-box-shadow:	1px 1px 3px 2px #C7F036;
  box-shadow:		1px 1px 3px 2px #C7F036;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7F036;
-webkit-box-shadow: 1px 1px 3px 2px #C7F036;
box-shadow:1px 1px 3px 2px #C7F036;">
Div content here</div>
This div box has shadow with color #C7F036.

Preview

Color preview on black background

This text has color #C7F036 on black background.


Color preview on white background

This text has color #C7F036 on white background.



Black color preview on #C7F036 background

This text has black color on #C7F036 background.


White color preview on #C7F036 background

This text has white color on #C7F036 background.