Shades of Conifer #C5E361
Tints of Conifer #C5E361
RGB
CMYK
RGB Variations
Color information
#C5E361 (or 0xC5E361) is known color: Conifer. HEX triplet: C5, E3 and 61. RGB value is (197,227,97). Sum of RGB (Red+Green+Blue) = 197+227+97=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E361 is #3A1C9E. Grayscale: #CBCBCB. Windows color (decimal): -3808415 or 6415301. OLE color: 6415301.
HSL color Cylindrical-coordinate representation of color #C5E361: hue angle of 73.85º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5E361 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 227 | 97 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.11 |
| HSL | 73.85º | 0.7% | 0.64% | - |
| HSV(B) | 73.85º | 0.57% | 0.89% | - |
| XYZ | 52.65 | 67.67 | 21.6 | - |
| YUV | 203.21 | 68.06 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 227 | 97 | 0.13 | 0 | 0.57 | 0.11 | 73.85 | 0.7 | 0.64 |
| Hex | C5 | E3 | 61 | D | 0 | 39 | B | 4A | 46 | 40 |
| Octal | 305 | 343 | 141 | 15 | 0 | 71 | 13 | 112 | 106 | 100 |
| Binary | 11000101 | 11100011 | 1100001 | 1101 | 0 | 111001 | 1011 | 1001010 | 1000110 | 1000000 |
Color Harmonies of #C5E361
Complementary color
Monochromatic Colors of #C5E361
Black with #C5E361
Text Example
Text Example
White with #C5E361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E361; }
p { color: rgb(197,227,97); }
H1.HeaderClassName
{
color: #C5E361;
}
.AnyTagClassName
{
color: #C5E361;
}
</style>
background-color css
<style>
a { background-color: #C5E361; }
a { background-color: rgb(197,227,97); }
div.DivClassName
{
background-color: #C5E361;
}
.BgClassName
{
background-color: #C5E361;
}
</style>
border-color css
<style>
span { border-color: #C5E361; }
span { border-color: rgb(197,227,97); }
td.TdClassName
{
border-color: #C5E361;
}
.TagClassName
{
border-color: #C5E361;
}
</style>