Shades of Conifer #C5FF52
Tints of Conifer #C5FF52
RGB
CMYK
RGB Variations
Color information
#C5FF52 (or 0xC5FF52) is known color: Conifer. HEX triplet: C5, FF and 52. RGB value is (197,255,82). Sum of RGB (Red+Green+Blue) = 197+255+82=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 82 (32.42% from 255 or 15.36% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FF52 is #3A00AD. Grayscale: #DADADA. Windows color (decimal): -3801262 or 5439429. OLE color: 5439429.
HSL color Cylindrical-coordinate representation of color #C5FF52: hue angle of 80.12º 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 #C5FF52 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 82 | - |
| CMYK | 0.23 | 0 | 0.68 | 0 |
| HSL | 80.12º | 1% | 0.66% | - |
| HSV(B) | 80.12º | 0.68% | 1% | - |
| XYZ | 60.31 | 84 | 21.02 | - |
| YUV | 217.94 | 51.28 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 82 | 0.23 | 0 | 0.68 | 0 | 80.12 | 1 | 0.66 |
| Hex | C5 | FF | 52 | 17 | 0 | 44 | 0 | 50 | 64 | 42 |
| Octal | 305 | 377 | 122 | 27 | 0 | 104 | 0 | 120 | 144 | 102 |
| Binary | 11000101 | 11111111 | 1010010 | 10111 | 0 | 1000100 | 0 | 1010000 | 1100100 | 1000010 |
Color Harmonies of #C5FF52
Complementary color
Monochromatic Colors of #C5FF52
Black with #C5FF52
Text Example
Text Example
White with #C5FF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF52; }
p { color: rgb(197,255,82); }
H1.HeaderClassName
{
color: #C5FF52;
}
.AnyTagClassName
{
color: #C5FF52;
}
</style>
background-color css
<style>
a { background-color: #C5FF52; }
a { background-color: rgb(197,255,82); }
div.DivClassName
{
background-color: #C5FF52;
}
.BgClassName
{
background-color: #C5FF52;
}
</style>
border-color css
<style>
span { border-color: #C5FF52; }
span { border-color: rgb(197,255,82); }
td.TdClassName
{
border-color: #C5FF52;
}
.TagClassName
{
border-color: #C5FF52;
}
</style>