Shades of Conifer #C0F44F
Tints of Conifer #C0F44F
RGB
CMYK
RGB Variations
Color information
#C0F44F (or 0xC0F44F) is known color: Conifer. HEX triplet: C0, F4 and 4F. RGB value is (192,244,79). Sum of RGB (Red+Green+Blue) = 192+244+79=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 79 (31.25% from 255 or 15.34% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F44F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F44F is #3F0BB0. Grayscale: #D2D2D2. Windows color (decimal): -4131761 or 5240000. OLE color: 5240000.
HSL color Cylindrical-coordinate representation of color #C0F44F: hue angle of 78.91º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0F44F is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 79 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.04 |
| HSL | 78.91º | 0.88% | 0.63% | - |
| HSV(B) | 78.91º | 0.68% | 0.96% | - |
| XYZ | 55.5 | 76.47 | 19.23 | - |
| YUV | 209.64 | 54.27 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 79 | 0.21 | 0 | 0.68 | 0.04 | 78.91 | 0.88 | 0.63 |
| Hex | C0 | F4 | 4F | 15 | 0 | 44 | 4 | 4F | 58 | 3F |
| Octal | 300 | 364 | 117 | 25 | 0 | 104 | 4 | 117 | 130 | 77 |
| Binary | 11000000 | 11110100 | 1001111 | 10101 | 0 | 1000100 | 100 | 1001111 | 1011000 | 111111 |
Color Harmonies of #C0F44F
Complementary color
Monochromatic Colors of #C0F44F
Black with #C0F44F
Text Example
Text Example
White with #C0F44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F44F; }
p { color: rgb(192,244,79); }
H1.HeaderClassName
{
color: #C0F44F;
}
.AnyTagClassName
{
color: #C0F44F;
}
</style>
background-color css
<style>
a { background-color: #C0F44F; }
a { background-color: rgb(192,244,79); }
div.DivClassName
{
background-color: #C0F44F;
}
.BgClassName
{
background-color: #C0F44F;
}
</style>
border-color css
<style>
span { border-color: #C0F44F; }
span { border-color: rgb(192,244,79); }
td.TdClassName
{
border-color: #C0F44F;
}
.TagClassName
{
border-color: #C0F44F;
}
</style>