Shades of Conifer #C5FC50
Tints of Conifer #C5FC50
RGB
CMYK
RGB Variations
Color information
#C5FC50 (or 0xC5FC50) is known color: Conifer. HEX triplet: C5, FC and 50. RGB value is (197,252,80). Sum of RGB (Red+Green+Blue) = 197+252+80=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FC50 is #3A03AF. Grayscale: #D8D8D8. Windows color (decimal): -3802032 or 5307589. OLE color: 5307589.
HSL color Cylindrical-coordinate representation of color #C5FC50: hue angle of 79.19º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5FC50 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 252 | 80 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.01 |
| HSL | 79.19º | 0.97% | 0.65% | - |
| HSV(B) | 79.19º | 0.68% | 0.99% | - |
| XYZ | 59.28 | 82.07 | 20.31 | - |
| YUV | 215.95 | 51.28 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 252 | 80 | 0.22 | 0 | 0.68 | 0.01 | 79.19 | 0.97 | 0.65 |
| Hex | C5 | FC | 50 | 16 | 0 | 44 | 1 | 4F | 61 | 41 |
| Octal | 305 | 374 | 120 | 26 | 0 | 104 | 1 | 117 | 141 | 101 |
| Binary | 11000101 | 11111100 | 1010000 | 10110 | 0 | 1000100 | 1 | 1001111 | 1100001 | 1000001 |
Color Harmonies of #C5FC50
Complementary color
Monochromatic Colors of #C5FC50
Black with #C5FC50
Text Example
Text Example
White with #C5FC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FC50; }
p { color: rgb(197,252,80); }
H1.HeaderClassName
{
color: #C5FC50;
}
.AnyTagClassName
{
color: #C5FC50;
}
</style>
background-color css
<style>
a { background-color: #C5FC50; }
a { background-color: rgb(197,252,80); }
div.DivClassName
{
background-color: #C5FC50;
}
.BgClassName
{
background-color: #C5FC50;
}
</style>
border-color css
<style>
span { border-color: #C5FC50; }
span { border-color: rgb(197,252,80); }
td.TdClassName
{
border-color: #C5FC50;
}
.TagClassName
{
border-color: #C5FC50;
}
</style>