Shades of Conifer #C5FB56
Tints of Conifer #C5FB56
RGB
CMYK
RGB Variations
Color information
#C5FB56 (or 0xC5FB56) is known color: Conifer. HEX triplet: C5, FB and 56. RGB value is (197,251,86). Sum of RGB (Red+Green+Blue) = 197+251+86=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 86 (33.98% from 255 or 16.10% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FB56 is #3A04A9. Grayscale: #D8D8D8. Windows color (decimal): -3802282 or 5700549. OLE color: 5700549.
HSL color Cylindrical-coordinate representation of color #C5FB56: hue angle of 79.64º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5FB56 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 86 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.02 |
| HSL | 79.64º | 0.95% | 0.66% | - |
| HSV(B) | 79.64º | 0.66% | 0.98% | - |
| XYZ | 59.2 | 81.54 | 21.42 | - |
| YUV | 216.04 | 54.61 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 86 | 0.22 | 0 | 0.66 | 0.02 | 79.64 | 0.95 | 0.66 |
| Hex | C5 | FB | 56 | 16 | 0 | 42 | 2 | 50 | 5F | 42 |
| Octal | 305 | 373 | 126 | 26 | 0 | 102 | 2 | 120 | 137 | 102 |
| Binary | 11000101 | 11111011 | 1010110 | 10110 | 0 | 1000010 | 10 | 1010000 | 1011111 | 1000010 |
Color Harmonies of #C5FB56
Complementary color
Monochromatic Colors of #C5FB56
Black with #C5FB56
Text Example
Text Example
White with #C5FB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FB56; }
p { color: rgb(197,251,86); }
H1.HeaderClassName
{
color: #C5FB56;
}
.AnyTagClassName
{
color: #C5FB56;
}
</style>
background-color css
<style>
a { background-color: #C5FB56; }
a { background-color: rgb(197,251,86); }
div.DivClassName
{
background-color: #C5FB56;
}
.BgClassName
{
background-color: #C5FB56;
}
</style>
border-color css
<style>
span { border-color: #C5FB56; }
span { border-color: rgb(197,251,86); }
td.TdClassName
{
border-color: #C5FB56;
}
.TagClassName
{
border-color: #C5FB56;
}
</style>