Shades of Conifer #C0FA59
Tints of Conifer #C0FA59
RGB
CMYK
RGB Variations
Color information
#C0FA59 (or 0xC0FA59) is known color: Conifer. HEX triplet: C0, FA and 59. RGB value is (192,250,89). Sum of RGB (Red+Green+Blue) = 192+250+89=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 89 (35.16% from 255 or 16.76% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA59 is #3F05A6. Grayscale: #D6D6D6. Windows color (decimal): -4130215 or 5896896. OLE color: 5896896.
HSL color Cylindrical-coordinate representation of color #C0FA59: hue angle of 81.61º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0FA59 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 89 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.02 |
| HSL | 81.61º | 0.94% | 0.66% | - |
| HSV(B) | 81.61º | 0.64% | 0.98% | - |
| XYZ | 57.73 | 80.3 | 21.91 | - |
| YUV | 214.3 | 57.28 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 89 | 0.23 | 0 | 0.64 | 0.02 | 81.61 | 0.94 | 0.66 |
| Hex | C0 | FA | 59 | 17 | 0 | 40 | 2 | 52 | 5E | 42 |
| Octal | 300 | 372 | 131 | 27 | 0 | 100 | 2 | 122 | 136 | 102 |
| Binary | 11000000 | 11111010 | 1011001 | 10111 | 0 | 1000000 | 10 | 1010010 | 1011110 | 1000010 |
Color Harmonies of #C0FA59
Complementary color
Monochromatic Colors of #C0FA59
Black with #C0FA59
Text Example
Text Example
White with #C0FA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA59; }
p { color: rgb(192,250,89); }
H1.HeaderClassName
{
color: #C0FA59;
}
.AnyTagClassName
{
color: #C0FA59;
}
</style>
background-color css
<style>
a { background-color: #C0FA59; }
a { background-color: rgb(192,250,89); }
div.DivClassName
{
background-color: #C0FA59;
}
.BgClassName
{
background-color: #C0FA59;
}
</style>
border-color css
<style>
span { border-color: #C0FA59; }
span { border-color: rgb(192,250,89); }
td.TdClassName
{
border-color: #C0FA59;
}
.TagClassName
{
border-color: #C0FA59;
}
</style>