Shades of Conifer #C5FB59
Tints of Conifer #C5FB59
RGB
CMYK
RGB Variations
Color information
#C5FB59 (or 0xC5FB59) is known color: Conifer. HEX triplet: C5, FB and 59. RGB value is (197,251,89). Sum of RGB (Red+Green+Blue) = 197+251+89=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 89 (35.16% from 255 or 16.57% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FB59 is #3A04A6. Grayscale: #D8D8D8. Windows color (decimal): -3802279 or 5897157. OLE color: 5897157.
HSL color Cylindrical-coordinate representation of color #C5FB59: hue angle of 80º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5FB59 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 89 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.02 |
| HSL | 80º | 0.95% | 0.67% | - |
| HSV(B) | 80º | 0.65% | 0.98% | - |
| XYZ | 59.33 | 81.59 | 22.07 | - |
| YUV | 216.39 | 56.11 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 89 | 0.22 | 0 | 0.65 | 0.02 | 80 | 0.95 | 0.67 |
| Hex | C5 | FB | 59 | 16 | 0 | 41 | 2 | 50 | 5F | 43 |
| Octal | 305 | 373 | 131 | 26 | 0 | 101 | 2 | 120 | 137 | 103 |
| Binary | 11000101 | 11111011 | 1011001 | 10110 | 0 | 1000001 | 10 | 1010000 | 1011111 | 1000011 |
Color Harmonies of #C5FB59
Complementary color
Monochromatic Colors of #C5FB59
Black with #C5FB59
Text Example
Text Example
White with #C5FB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FB59; }
p { color: rgb(197,251,89); }
H1.HeaderClassName
{
color: #C5FB59;
}
.AnyTagClassName
{
color: #C5FB59;
}
</style>
background-color css
<style>
a { background-color: #C5FB59; }
a { background-color: rgb(197,251,89); }
div.DivClassName
{
background-color: #C5FB59;
}
.BgClassName
{
background-color: #C5FB59;
}
</style>
border-color css
<style>
span { border-color: #C5FB59; }
span { border-color: rgb(197,251,89); }
td.TdClassName
{
border-color: #C5FB59;
}
.TagClassName
{
border-color: #C5FB59;
}
</style>