Shades of Conifer #C5DD4E
Tints of Conifer #C5DD4E
RGB
CMYK
RGB Variations
Color information
#C5DD4E (or 0xC5DD4E) is known color: Conifer. HEX triplet: C5, DD and 4E. RGB value is (197,221,78). Sum of RGB (Red+Green+Blue) = 197+221+78=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DD4E is #3A22B1. Grayscale: #C6C6C6. Windows color (decimal): -3809970 or 5168581. OLE color: 5168581.
HSL color Cylindrical-coordinate representation of color #C5DD4E: hue angle of 70.07º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5DD4E is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 78 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.13 |
| HSL | 70.07º | 0.68% | 0.59% | - |
| HSV(B) | 70.07º | 0.65% | 0.87% | - |
| XYZ | 50.26 | 64.13 | 16.94 | - |
| YUV | 197.52 | 60.55 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 78 | 0.11 | 0 | 0.65 | 0.13 | 70.07 | 0.68 | 0.59 |
| Hex | C5 | DD | 4E | B | 0 | 41 | D | 46 | 44 | 3B |
| Octal | 305 | 335 | 116 | 13 | 0 | 101 | 15 | 106 | 104 | 73 |
| Binary | 11000101 | 11011101 | 1001110 | 1011 | 0 | 1000001 | 1101 | 1000110 | 1000100 | 111011 |
Color Harmonies of #C5DD4E
Complementary color
Monochromatic Colors of #C5DD4E
Black with #C5DD4E
Text Example
Text Example
White with #C5DD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD4E; }
p { color: rgb(197,221,78); }
H1.HeaderClassName
{
color: #C5DD4E;
}
.AnyTagClassName
{
color: #C5DD4E;
}
</style>
background-color css
<style>
a { background-color: #C5DD4E; }
a { background-color: rgb(197,221,78); }
div.DivClassName
{
background-color: #C5DD4E;
}
.BgClassName
{
background-color: #C5DD4E;
}
</style>
border-color css
<style>
span { border-color: #C5DD4E; }
span { border-color: rgb(197,221,78); }
td.TdClassName
{
border-color: #C5DD4E;
}
.TagClassName
{
border-color: #C5DD4E;
}
</style>