Shades of Conifer #C5FF51
Tints of Conifer #C5FF51
RGB
CMYK
RGB Variations
Color information
#C5FF51 (or 0xC5FF51) is known color: Conifer. HEX triplet: C5, FF and 51. RGB value is (197,255,81). Sum of RGB (Red+Green+Blue) = 197+255+81=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 81 (32.03% from 255 or 15.20% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FF51 is #3A00AE. Grayscale: #DADADA. Windows color (decimal): -3801263 or 5373893. OLE color: 5373893.
HSL color Cylindrical-coordinate representation of color #C5FF51: hue angle of 80º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5FF51 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 81 | - |
| CMYK | 0.23 | 0 | 0.68 | 0 |
| HSL | 80º | 1% | 0.66% | - |
| HSV(B) | 80º | 0.68% | 1% | - |
| XYZ | 60.27 | 83.98 | 20.82 | - |
| YUV | 217.82 | 50.78 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 81 | 0.23 | 0 | 0.68 | 0 | 80 | 1 | 0.66 |
| Hex | C5 | FF | 51 | 17 | 0 | 44 | 0 | 50 | 64 | 42 |
| Octal | 305 | 377 | 121 | 27 | 0 | 104 | 0 | 120 | 144 | 102 |
| Binary | 11000101 | 11111111 | 1010001 | 10111 | 0 | 1000100 | 0 | 1010000 | 1100100 | 1000010 |
Color Harmonies of #C5FF51
Complementary color
Monochromatic Colors of #C5FF51
Black with #C5FF51
Text Example
Text Example
White with #C5FF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF51; }
p { color: rgb(197,255,81); }
H1.HeaderClassName
{
color: #C5FF51;
}
.AnyTagClassName
{
color: #C5FF51;
}
</style>
background-color css
<style>
a { background-color: #C5FF51; }
a { background-color: rgb(197,255,81); }
div.DivClassName
{
background-color: #C5FF51;
}
.BgClassName
{
background-color: #C5FF51;
}
</style>
border-color css
<style>
span { border-color: #C5FF51; }
span { border-color: rgb(197,255,81); }
td.TdClassName
{
border-color: #C5FF51;
}
.TagClassName
{
border-color: #C5FF51;
}
</style>