Shades of Conifer #C0E94C
Tints of Conifer #C0E94C
RGB
CMYK
RGB Variations
Color information
#C0E94C (or 0xC0E94C) is known color: Conifer. HEX triplet: C0, E9 and 4C. RGB value is (192,233,76). Sum of RGB (Red+Green+Blue) = 192+233+76=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E94C is #3F16B3. Grayscale: #CBCBCB. Windows color (decimal): -4134580 or 5040576. OLE color: 5040576.
HSL color Cylindrical-coordinate representation of color #C0E94C: hue angle of 75.67º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0E94C is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 233 | 76 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.09 |
| HSL | 75.67º | 0.78% | 0.61% | - |
| HSV(B) | 75.67º | 0.67% | 0.91% | - |
| XYZ | 52.18 | 70.01 | 17.6 | - |
| YUV | 202.84 | 56.42 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 233 | 76 | 0.18 | 0 | 0.67 | 0.09 | 75.67 | 0.78 | 0.61 |
| Hex | C0 | E9 | 4C | 12 | 0 | 43 | 9 | 4C | 4E | 3D |
| Octal | 300 | 351 | 114 | 22 | 0 | 103 | 11 | 114 | 116 | 75 |
| Binary | 11000000 | 11101001 | 1001100 | 10010 | 0 | 1000011 | 1001 | 1001100 | 1001110 | 111101 |
Color Harmonies of #C0E94C
Complementary color
Monochromatic Colors of #C0E94C
Black with #C0E94C
Text Example
Text Example
White with #C0E94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E94C; }
p { color: rgb(192,233,76); }
H1.HeaderClassName
{
color: #C0E94C;
}
.AnyTagClassName
{
color: #C0E94C;
}
</style>
background-color css
<style>
a { background-color: #C0E94C; }
a { background-color: rgb(192,233,76); }
div.DivClassName
{
background-color: #C0E94C;
}
.BgClassName
{
background-color: #C0E94C;
}
</style>
border-color css
<style>
span { border-color: #C0E94C; }
span { border-color: rgb(192,233,76); }
td.TdClassName
{
border-color: #C0E94C;
}
.TagClassName
{
border-color: #C0E94C;
}
</style>