Shades of Conifer #C0F162
Tints of Conifer #C0F162
RGB
CMYK
RGB Variations
Color information
#C0F162 (or 0xC0F162) is known color: Conifer. HEX triplet: C0, F1 and 62. RGB value is (192,241,98). Sum of RGB (Red+Green+Blue) = 192+241+98=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F162 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F162 is #3F0E9D. Grayscale: #D2D2D2. Windows color (decimal): -4132510 or 6484416. OLE color: 6484416.
HSL color Cylindrical-coordinate representation of color #C0F162: hue angle of 80.56º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0F162 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 98 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.05 |
| HSL | 80.56º | 0.84% | 0.66% | - |
| HSV(B) | 80.56º | 0.59% | 0.95% | - |
| XYZ | 55.4 | 75 | 23.11 | - |
| YUV | 210.05 | 64.77 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 98 | 0.20 | 0 | 0.59 | 0.05 | 80.56 | 0.84 | 0.66 |
| Hex | C0 | F1 | 62 | 14 | 0 | 3B | 5 | 51 | 54 | 42 |
| Octal | 300 | 361 | 142 | 24 | 0 | 73 | 5 | 121 | 124 | 102 |
| Binary | 11000000 | 11110001 | 1100010 | 10100 | 0 | 111011 | 101 | 1010001 | 1010100 | 1000010 |
Color Harmonies of #C0F162
Complementary color
Monochromatic Colors of #C0F162
Black with #C0F162
Text Example
Text Example
White with #C0F162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F162; }
p { color: rgb(192,241,98); }
H1.HeaderClassName
{
color: #C0F162;
}
.AnyTagClassName
{
color: #C0F162;
}
</style>
background-color css
<style>
a { background-color: #C0F162; }
a { background-color: rgb(192,241,98); }
div.DivClassName
{
background-color: #C0F162;
}
.BgClassName
{
background-color: #C0F162;
}
</style>
border-color css
<style>
span { border-color: #C0F162; }
span { border-color: rgb(192,241,98); }
td.TdClassName
{
border-color: #C0F162;
}
.TagClassName
{
border-color: #C0F162;
}
</style>