Shades of Conifer #C0F062
Tints of Conifer #C0F062
RGB
CMYK
RGB Variations
Color information
#C0F062 (or 0xC0F062) is known color: Conifer. HEX triplet: C0, F0 and 62. RGB value is (192,240,98). Sum of RGB (Red+Green+Blue) = 192+240+98=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F062 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F062 is #3F0F9D. Grayscale: #D1D1D1. Windows color (decimal): -4132766 or 6484160. OLE color: 6484160.
HSL color Cylindrical-coordinate representation of color #C0F062: hue angle of 80.28º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0F062 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 98 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.06 |
| HSL | 80.28º | 0.83% | 0.66% | - |
| HSV(B) | 80.28º | 0.59% | 0.94% | - |
| XYZ | 55.1 | 74.41 | 23.01 | - |
| YUV | 209.46 | 65.1 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 98 | 0.20 | 0 | 0.59 | 0.06 | 80.28 | 0.83 | 0.66 |
| Hex | C0 | F0 | 62 | 14 | 0 | 3B | 6 | 50 | 53 | 42 |
| Octal | 300 | 360 | 142 | 24 | 0 | 73 | 6 | 120 | 123 | 102 |
| Binary | 11000000 | 11110000 | 1100010 | 10100 | 0 | 111011 | 110 | 1010000 | 1010011 | 1000010 |
Color Harmonies of #C0F062
Complementary color
Monochromatic Colors of #C0F062
Black with #C0F062
Text Example
Text Example
White with #C0F062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F062; }
p { color: rgb(192,240,98); }
H1.HeaderClassName
{
color: #C0F062;
}
.AnyTagClassName
{
color: #C0F062;
}
</style>
background-color css
<style>
a { background-color: #C0F062; }
a { background-color: rgb(192,240,98); }
div.DivClassName
{
background-color: #C0F062;
}
.BgClassName
{
background-color: #C0F062;
}
</style>
border-color css
<style>
span { border-color: #C0F062; }
span { border-color: rgb(192,240,98); }
td.TdClassName
{
border-color: #C0F062;
}
.TagClassName
{
border-color: #C0F062;
}
</style>