Shades of Conifer #C5FA56
Tints of Conifer #C5FA56
RGB
CMYK
RGB Variations
Color information
#C5FA56 (or 0xC5FA56) is known color: Conifer. HEX triplet: C5, FA and 56. RGB value is (197,250,86). Sum of RGB (Red+Green+Blue) = 197+250+86=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 86 (33.98% from 255 or 16.14% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA56 is #3A05A9. Grayscale: #D8D8D8. Windows color (decimal): -3802538 or 5700293. OLE color: 5700293.
HSL color Cylindrical-coordinate representation of color #C5FA56: hue angle of 79.39º degrees, saturation: 0.94, 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 #C5FA56 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 86 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.02 |
| HSL | 79.39º | 0.94% | 0.66% | - |
| HSV(B) | 79.39º | 0.66% | 0.98% | - |
| XYZ | 58.89 | 80.91 | 21.32 | - |
| YUV | 215.46 | 54.94 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 86 | 0.21 | 0 | 0.66 | 0.02 | 79.39 | 0.94 | 0.66 |
| Hex | C5 | FA | 56 | 15 | 0 | 42 | 2 | 4F | 5E | 42 |
| Octal | 305 | 372 | 126 | 25 | 0 | 102 | 2 | 117 | 136 | 102 |
| Binary | 11000101 | 11111010 | 1010110 | 10101 | 0 | 1000010 | 10 | 1001111 | 1011110 | 1000010 |
Color Harmonies of #C5FA56
Complementary color
Monochromatic Colors of #C5FA56
Black with #C5FA56
Text Example
Text Example
White with #C5FA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA56; }
p { color: rgb(197,250,86); }
H1.HeaderClassName
{
color: #C5FA56;
}
.AnyTagClassName
{
color: #C5FA56;
}
</style>
background-color css
<style>
a { background-color: #C5FA56; }
a { background-color: rgb(197,250,86); }
div.DivClassName
{
background-color: #C5FA56;
}
.BgClassName
{
background-color: #C5FA56;
}
</style>
border-color css
<style>
span { border-color: #C5FA56; }
span { border-color: rgb(197,250,86); }
td.TdClassName
{
border-color: #C5FA56;
}
.TagClassName
{
border-color: #C5FA56;
}
</style>