Shades of Conifer #C2E94F
Tints of Conifer #C2E94F
RGB
CMYK
RGB Variations
Color information
#C2E94F (or 0xC2E94F) is known color: Conifer. HEX triplet: C2, E9 and 4F. RGB value is (194,233,79). Sum of RGB (Red+Green+Blue) = 194+233+79=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 79 (31.25% from 255 or 15.61% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E94F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E94F is #3D16B0. Grayscale: #CCCCCC. Windows color (decimal): -4003505 or 5237186. OLE color: 5237186.
HSL color Cylindrical-coordinate representation of color #C2E94F: hue angle of 75.19º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2E94F is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 79 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.09 |
| HSL | 75.19º | 0.78% | 0.61% | - |
| HSV(B) | 75.19º | 0.66% | 0.91% | - |
| XYZ | 52.8 | 70.31 | 18.19 | - |
| YUV | 203.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 79 | 0.17 | 0 | 0.66 | 0.09 | 75.19 | 0.78 | 0.61 |
| Hex | C2 | E9 | 4F | 11 | 0 | 42 | 9 | 4B | 4E | 3D |
| Octal | 302 | 351 | 117 | 21 | 0 | 102 | 11 | 113 | 116 | 75 |
| Binary | 11000010 | 11101001 | 1001111 | 10001 | 0 | 1000010 | 1001 | 1001011 | 1001110 | 111101 |
Color Harmonies of #C2E94F
Complementary color
Monochromatic Colors of #C2E94F
Black with #C2E94F
Text Example
Text Example
White with #C2E94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E94F; }
p { color: rgb(194,233,79); }
H1.HeaderClassName
{
color: #C2E94F;
}
.AnyTagClassName
{
color: #C2E94F;
}
</style>
background-color css
<style>
a { background-color: #C2E94F; }
a { background-color: rgb(194,233,79); }
div.DivClassName
{
background-color: #C2E94F;
}
.BgClassName
{
background-color: #C2E94F;
}
</style>
border-color css
<style>
span { border-color: #C2E94F; }
span { border-color: rgb(194,233,79); }
td.TdClassName
{
border-color: #C2E94F;
}
.TagClassName
{
border-color: #C2E94F;
}
</style>