Shades of Conifer #C5FA59
Tints of Conifer #C5FA59
RGB
CMYK
RGB Variations
Color information
#C5FA59 (or 0xC5FA59) is known color: Conifer. HEX triplet: C5, FA and 59. RGB value is (197,250,89). Sum of RGB (Red+Green+Blue) = 197+250+89=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 89 (35.16% from 255 or 16.60% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA59 is #3A05A6. Grayscale: #D8D8D8. Windows color (decimal): -3802535 or 5896901. OLE color: 5896901.
HSL color Cylindrical-coordinate representation of color #C5FA59: hue angle of 79.75º 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 #C5FA59 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 89 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.02 |
| HSL | 79.75º | 0.94% | 0.66% | - |
| HSV(B) | 79.75º | 0.64% | 0.98% | - |
| XYZ | 59.01 | 80.96 | 21.97 | - |
| YUV | 215.8 | 56.44 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 89 | 0.21 | 0 | 0.64 | 0.02 | 79.75 | 0.94 | 0.66 |
| Hex | C5 | FA | 59 | 15 | 0 | 40 | 2 | 50 | 5E | 42 |
| Octal | 305 | 372 | 131 | 25 | 0 | 100 | 2 | 120 | 136 | 102 |
| Binary | 11000101 | 11111010 | 1011001 | 10101 | 0 | 1000000 | 10 | 1010000 | 1011110 | 1000010 |
Color Harmonies of #C5FA59
Complementary color
Monochromatic Colors of #C5FA59
Black with #C5FA59
Text Example
Text Example
White with #C5FA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA59; }
p { color: rgb(197,250,89); }
H1.HeaderClassName
{
color: #C5FA59;
}
.AnyTagClassName
{
color: #C5FA59;
}
</style>
background-color css
<style>
a { background-color: #C5FA59; }
a { background-color: rgb(197,250,89); }
div.DivClassName
{
background-color: #C5FA59;
}
.BgClassName
{
background-color: #C5FA59;
}
</style>
border-color css
<style>
span { border-color: #C5FA59; }
span { border-color: rgb(197,250,89); }
td.TdClassName
{
border-color: #C5FA59;
}
.TagClassName
{
border-color: #C5FA59;
}
</style>