Shades of Conifer #C5FD55
Tints of Conifer #C5FD55
RGB
CMYK
RGB Variations
Color information
#C5FD55 (or 0xC5FD55) is known color: Conifer. HEX triplet: C5, FD and 55. RGB value is (197,253,85). Sum of RGB (Red+Green+Blue) = 197+253+85=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 85 (33.59% from 255 or 15.89% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FD55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FD55 is #3A02AA. Grayscale: #D9D9D9. Windows color (decimal): -3801771 or 5635525. OLE color: 5635525.
HSL color Cylindrical-coordinate representation of color #C5FD55: hue angle of 80º degrees, saturation: 0.98, 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 #C5FD55 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 253 | 85 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.01 |
| HSL | 80º | 0.98% | 0.66% | - |
| HSV(B) | 80º | 0.66% | 0.99% | - |
| XYZ | 59.79 | 82.78 | 21.42 | - |
| YUV | 217.1 | 53.45 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 253 | 85 | 0.22 | 0 | 0.66 | 0.01 | 80 | 0.98 | 0.66 |
| Hex | C5 | FD | 55 | 16 | 0 | 42 | 1 | 50 | 62 | 42 |
| Octal | 305 | 375 | 125 | 26 | 0 | 102 | 1 | 120 | 142 | 102 |
| Binary | 11000101 | 11111101 | 1010101 | 10110 | 0 | 1000010 | 1 | 1010000 | 1100010 | 1000010 |
Color Harmonies of #C5FD55
Complementary color
Monochromatic Colors of #C5FD55
Black with #C5FD55
Text Example
Text Example
White with #C5FD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FD55; }
p { color: rgb(197,253,85); }
H1.HeaderClassName
{
color: #C5FD55;
}
.AnyTagClassName
{
color: #C5FD55;
}
</style>
background-color css
<style>
a { background-color: #C5FD55; }
a { background-color: rgb(197,253,85); }
div.DivClassName
{
background-color: #C5FD55;
}
.BgClassName
{
background-color: #C5FD55;
}
</style>
border-color css
<style>
span { border-color: #C5FD55; }
span { border-color: rgb(197,253,85); }
td.TdClassName
{
border-color: #C5FD55;
}
.TagClassName
{
border-color: #C5FD55;
}
</style>