Shades of Conifer #C5FC55
Tints of Conifer #C5FC55
RGB
CMYK
RGB Variations
Color information
#C5FC55 (or 0xC5FC55) is known color: Conifer. HEX triplet: C5, FC and 55. RGB value is (197,252,85). Sum of RGB (Red+Green+Blue) = 197+252+85=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 85 (33.59% from 255 or 15.92% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FC55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FC55 is #3A03AA. Grayscale: #D9D9D9. Windows color (decimal): -3802027 or 5635269. OLE color: 5635269.
HSL color Cylindrical-coordinate representation of color #C5FC55: hue angle of 79.76º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5FC55 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 252 | 85 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.01 |
| HSL | 79.76º | 0.97% | 0.66% | - |
| HSV(B) | 79.76º | 0.66% | 0.99% | - |
| XYZ | 59.48 | 82.15 | 21.32 | - |
| YUV | 216.52 | 53.78 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 252 | 85 | 0.22 | 0 | 0.66 | 0.01 | 79.76 | 0.97 | 0.66 |
| Hex | C5 | FC | 55 | 16 | 0 | 42 | 1 | 50 | 61 | 42 |
| Octal | 305 | 374 | 125 | 26 | 0 | 102 | 1 | 120 | 141 | 102 |
| Binary | 11000101 | 11111100 | 1010101 | 10110 | 0 | 1000010 | 1 | 1010000 | 1100001 | 1000010 |
Color Harmonies of #C5FC55
Complementary color
Monochromatic Colors of #C5FC55
Black with #C5FC55
Text Example
Text Example
White with #C5FC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FC55; }
p { color: rgb(197,252,85); }
H1.HeaderClassName
{
color: #C5FC55;
}
.AnyTagClassName
{
color: #C5FC55;
}
</style>
background-color css
<style>
a { background-color: #C5FC55; }
a { background-color: rgb(197,252,85); }
div.DivClassName
{
background-color: #C5FC55;
}
.BgClassName
{
background-color: #C5FC55;
}
</style>
border-color css
<style>
span { border-color: #C5FC55; }
span { border-color: rgb(197,252,85); }
td.TdClassName
{
border-color: #C5FC55;
}
.TagClassName
{
border-color: #C5FC55;
}
</style>