Shades of Conifer #C2EA4C
Tints of Conifer #C2EA4C
RGB
CMYK
RGB Variations
Color information
#C2EA4C (or 0xC2EA4C) is known color: Conifer. HEX triplet: C2, EA and 4C. RGB value is (194,234,76). Sum of RGB (Red+Green+Blue) = 194+234+76=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EA4C is #3D15B3. Grayscale: #CCCCCC. Windows color (decimal): -4003252 or 5040834. OLE color: 5040834.
HSL color Cylindrical-coordinate representation of color #C2EA4C: hue angle of 75.19º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2EA4C is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 76 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.08 |
| HSL | 75.19º | 0.79% | 0.61% | - |
| HSV(B) | 75.19º | 0.68% | 0.92% | - |
| XYZ | 52.98 | 70.84 | 17.72 | - |
| YUV | 204.03 | 55.75 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 76 | 0.17 | 0 | 0.68 | 0.08 | 75.19 | 0.79 | 0.61 |
| Hex | C2 | EA | 4C | 11 | 0 | 44 | 8 | 4B | 4F | 3D |
| Octal | 302 | 352 | 114 | 21 | 0 | 104 | 10 | 113 | 117 | 75 |
| Binary | 11000010 | 11101010 | 1001100 | 10001 | 0 | 1000100 | 1000 | 1001011 | 1001111 | 111101 |
Color Harmonies of #C2EA4C
Complementary color
Monochromatic Colors of #C2EA4C
Black with #C2EA4C
Text Example
Text Example
White with #C2EA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA4C; }
p { color: rgb(194,234,76); }
H1.HeaderClassName
{
color: #C2EA4C;
}
.AnyTagClassName
{
color: #C2EA4C;
}
</style>
background-color css
<style>
a { background-color: #C2EA4C; }
a { background-color: rgb(194,234,76); }
div.DivClassName
{
background-color: #C2EA4C;
}
.BgClassName
{
background-color: #C2EA4C;
}
</style>
border-color css
<style>
span { border-color: #C2EA4C; }
span { border-color: rgb(194,234,76); }
td.TdClassName
{
border-color: #C2EA4C;
}
.TagClassName
{
border-color: #C2EA4C;
}
</style>