Shades of Conifer #C0F64F
Tints of Conifer #C0F64F
RGB
CMYK
RGB Variations
Color information
#C0F64F (or 0xC0F64F) is known color: Conifer. HEX triplet: C0, F6 and 4F. RGB value is (192,246,79). Sum of RGB (Red+Green+Blue) = 192+246+79=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 79 (31.25% from 255 or 15.28% from 517); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F64F is #3F09B0. Grayscale: #D3D3D3. Windows color (decimal): -4131249 or 5240512. OLE color: 5240512.
HSL color Cylindrical-coordinate representation of color #C0F64F: hue angle of 79.4º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0F64F is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 79 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.04 |
| HSL | 79.4º | 0.9% | 0.64% | - |
| HSV(B) | 79.4º | 0.68% | 0.96% | - |
| XYZ | 56.11 | 77.68 | 19.43 | - |
| YUV | 210.82 | 53.61 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 79 | 0.22 | 0 | 0.68 | 0.04 | 79.4 | 0.9 | 0.64 |
| Hex | C0 | F6 | 4F | 16 | 0 | 44 | 4 | 4F | 5A | 40 |
| Octal | 300 | 366 | 117 | 26 | 0 | 104 | 4 | 117 | 132 | 100 |
| Binary | 11000000 | 11110110 | 1001111 | 10110 | 0 | 1000100 | 100 | 1001111 | 1011010 | 1000000 |
Color Harmonies of #C0F64F
Complementary color
Monochromatic Colors of #C0F64F
Black with #C0F64F
Text Example
Text Example
White with #C0F64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F64F; }
p { color: rgb(192,246,79); }
H1.HeaderClassName
{
color: #C0F64F;
}
.AnyTagClassName
{
color: #C0F64F;
}
</style>
background-color css
<style>
a { background-color: #C0F64F; }
a { background-color: rgb(192,246,79); }
div.DivClassName
{
background-color: #C0F64F;
}
.BgClassName
{
background-color: #C0F64F;
}
</style>
border-color css
<style>
span { border-color: #C0F64F; }
span { border-color: rgb(192,246,79); }
td.TdClassName
{
border-color: #C0F64F;
}
.TagClassName
{
border-color: #C0F64F;
}
</style>