Shades of Conifer #C5E65E
Tints of Conifer #C5E65E
RGB
CMYK
RGB Variations
Color information
#C5E65E (or 0xC5E65E) is known color: Conifer. HEX triplet: C5, E6 and 5E. RGB value is (197,230,94). Sum of RGB (Red+Green+Blue) = 197+230+94=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #C5E65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E65E is #3A19A1. Grayscale: #CDCDCD. Windows color (decimal): -3807650 or 6219461. OLE color: 6219461.
HSL color Cylindrical-coordinate representation of color #C5E65E: hue angle of 74.56º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5E65E is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
RGB | 197 | 230 | 94 | - |
CMYK | 0.14 | 0 | 0.59 | 0.10 |
HSL | 74.56º | 0.73% | 0.64% | - |
HSV(B) | 74.56º | 0.59% | 0.9% | - |
XYZ | 53.34 | 69.27 | 21.15 | - |
YUV | 204.63 | 65.57 | 122.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 230 | 94 | 0.14 | 0 | 0.59 | 0.10 | 74.56 | 0.73 | 0.64 |
Hex | C5 | E6 | 5E | E | 0 | 3B | A | 4B | 49 | 40 |
Octal | 305 | 346 | 136 | 16 | 0 | 73 | 12 | 113 | 111 | 100 |
Binary | 11000101 | 11100110 | 1011110 | 1110 | 0 | 111011 | 1010 | 1001011 | 1001001 | 1000000 |
Color Harmonies of #C5E65E
Complementary color
Monochromatic Colors of #C5E65E
Black with #C5E65E
Text Example
Text Example
White with #C5E65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E65E; }
p { color: rgb(197,230,94); }
H1.HeaderClassName
{
color: #C5E65E;
}
.AnyTagClassName
{
color: #C5E65E;
}
</style>
background-color css
<style>
a { background-color: #C5E65E; }
a { background-color: rgb(197,230,94); }
div.DivClassName
{
background-color: #C5E65E;
}
.BgClassName
{
background-color: #C5E65E;
}
</style>
border-color css
<style>
span { border-color: #C5E65E; }
span { border-color: rgb(197,230,94); }
td.TdClassName
{
border-color: #C5E65E;
}
.TagClassName
{
border-color: #C5E65E;
}
</style>