Shades of Conifer #C5FE56
Tints of Conifer #C5FE56
RGB
CMYK
RGB Variations
Color information
#C5FE56 (or 0xC5FE56) is known color: Conifer. HEX triplet: C5, FE and 56. RGB value is (197,254,86). Sum of RGB (Red+Green+Blue) = 197+254+86=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 86 (33.98% from 255 or 16.01% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FE56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FE56 is #3A01A9. Grayscale: #DADADA. Windows color (decimal): -3801514 or 5701317. OLE color: 5701317.
HSL color Cylindrical-coordinate representation of color #C5FE56: hue angle of 80.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5FE56 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 86 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.00 |
| HSL | 80.36º | 0.99% | 0.67% | - |
| HSV(B) | 80.36º | 0.66% | 1% | - |
| XYZ | 60.15 | 83.43 | 21.74 | - |
| YUV | 217.81 | 53.62 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 86 | 0.22 | 0 | 0.66 | 0.00 | 80.36 | 0.99 | 0.67 |
| Hex | C5 | FE | 56 | 16 | 0 | 42 | 0 | 50 | 63 | 43 |
| Octal | 305 | 376 | 126 | 26 | 0 | 102 | 0 | 120 | 143 | 103 |
| Binary | 11000101 | 11111110 | 1010110 | 10110 | 0 | 1000010 | 0 | 1010000 | 1100011 | 1000011 |
Color Harmonies of #C5FE56
Complementary color
Monochromatic Colors of #C5FE56
Black with #C5FE56
Text Example
Text Example
White with #C5FE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FE56; }
p { color: rgb(197,254,86); }
H1.HeaderClassName
{
color: #C5FE56;
}
.AnyTagClassName
{
color: #C5FE56;
}
</style>
background-color css
<style>
a { background-color: #C5FE56; }
a { background-color: rgb(197,254,86); }
div.DivClassName
{
background-color: #C5FE56;
}
.BgClassName
{
background-color: #C5FE56;
}
</style>
border-color css
<style>
span { border-color: #C5FE56; }
span { border-color: rgb(197,254,86); }
td.TdClassName
{
border-color: #C5FE56;
}
.TagClassName
{
border-color: #C5FE56;
}
</style>