Shades of Conifer #C5FF50
Tints of Conifer #C5FF50
RGB
CMYK
RGB Variations
Color information
#C5FF50 (or 0xC5FF50) is known color: Conifer. HEX triplet: C5, FF and 50. RGB value is (197,255,80). Sum of RGB (Red+Green+Blue) = 197+255+80=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 80 (31.64% from 255 or 15.04% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FF50 is #3A00AF. Grayscale: #DADADA. Windows color (decimal): -3801264 or 5308357. OLE color: 5308357.
HSL color Cylindrical-coordinate representation of color #C5FF50: hue angle of 79.89º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5FF50 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 80 | - |
| CMYK | 0.23 | 0 | 0.69 | 0 |
| HSL | 79.89º | 1% | 0.66% | - |
| HSV(B) | 79.89º | 0.69% | 1% | - |
| XYZ | 60.23 | 83.97 | 20.62 | - |
| YUV | 217.71 | 50.28 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 80 | 0.23 | 0 | 0.69 | 0 | 79.89 | 1 | 0.66 |
| Hex | C5 | FF | 50 | 17 | 0 | 45 | 0 | 50 | 64 | 42 |
| Octal | 305 | 377 | 120 | 27 | 0 | 105 | 0 | 120 | 144 | 102 |
| Binary | 11000101 | 11111111 | 1010000 | 10111 | 0 | 1000101 | 0 | 1010000 | 1100100 | 1000010 |
Color Harmonies of #C5FF50
Complementary color
Monochromatic Colors of #C5FF50
Black with #C5FF50
Text Example
Text Example
White with #C5FF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF50; }
p { color: rgb(197,255,80); }
H1.HeaderClassName
{
color: #C5FF50;
}
.AnyTagClassName
{
color: #C5FF50;
}
</style>
background-color css
<style>
a { background-color: #C5FF50; }
a { background-color: rgb(197,255,80); }
div.DivClassName
{
background-color: #C5FF50;
}
.BgClassName
{
background-color: #C5FF50;
}
</style>
border-color css
<style>
span { border-color: #C5FF50; }
span { border-color: rgb(197,255,80); }
td.TdClassName
{
border-color: #C5FF50;
}
.TagClassName
{
border-color: #C5FF50;
}
</style>