Shades of Conifer #C5E852
Tints of Conifer #C5E852
RGB
CMYK
RGB Variations
Color information
#C5E852 (or 0xC5E852) is known color: Conifer. HEX triplet: C5, E8 and 52. RGB value is (197,232,82). Sum of RGB (Red+Green+Blue) = 197+232+82=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #C5E852 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E852 is #3A17AD. Grayscale: #CDCDCD. Windows color (decimal): -3807150 or 5433541. OLE color: 5433541.
HSL color Cylindrical-coordinate representation of color #C5E852: hue angle of 74º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5E852 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 232 | 82 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.09 |
| HSL | 74º | 0.77% | 0.62% | - |
| HSV(B) | 74º | 0.65% | 0.91% | - |
| XYZ | 53.41 | 70.19 | 18.72 | - |
| YUV | 204.44 | 58.9 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 232 | 82 | 0.15 | 0 | 0.65 | 0.09 | 74 | 0.77 | 0.62 |
| Hex | C5 | E8 | 52 | F | 0 | 41 | 9 | 4A | 4D | 3E |
| Octal | 305 | 350 | 122 | 17 | 0 | 101 | 11 | 112 | 115 | 76 |
| Binary | 11000101 | 11101000 | 1010010 | 1111 | 0 | 1000001 | 1001 | 1001010 | 1001101 | 111110 |
Color Harmonies of #C5E852
Complementary color
Monochromatic Colors of #C5E852
Black with #C5E852
Text Example
Text Example
White with #C5E852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E852; }
p { color: rgb(197,232,82); }
H1.HeaderClassName
{
color: #C5E852;
}
.AnyTagClassName
{
color: #C5E852;
}
</style>
background-color css
<style>
a { background-color: #C5E852; }
a { background-color: rgb(197,232,82); }
div.DivClassName
{
background-color: #C5E852;
}
.BgClassName
{
background-color: #C5E852;
}
</style>
border-color css
<style>
span { border-color: #C5E852; }
span { border-color: rgb(197,232,82); }
td.TdClassName
{
border-color: #C5E852;
}
.TagClassName
{
border-color: #C5E852;
}
</style>