Shades of Conifer #C5ED4D
Tints of Conifer #C5ED4D
RGB
CMYK
RGB Variations
Color information
#C5ED4D (or 0xC5ED4D) is known color: Conifer. HEX triplet: C5, ED and 4D. RGB value is (197,237,77). Sum of RGB (Red+Green+Blue) = 197+237+77=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5ED4D is #3A12B2. Grayscale: #CFCFCF. Windows color (decimal): -3805875 or 5107141. OLE color: 5107141.
HSL color Cylindrical-coordinate representation of color #C5ED4D: hue angle of 75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5ED4D is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 77 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.07 |
| HSL | 75º | 0.82% | 0.62% | - |
| HSV(B) | 75º | 0.68% | 0.93% | - |
| XYZ | 54.65 | 72.97 | 18.23 | - |
| YUV | 206.8 | 54.75 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 77 | 0.17 | 0 | 0.68 | 0.07 | 75 | 0.82 | 0.62 |
| Hex | C5 | ED | 4D | 11 | 0 | 44 | 7 | 4B | 52 | 3E |
| Octal | 305 | 355 | 115 | 21 | 0 | 104 | 7 | 113 | 122 | 76 |
| Binary | 11000101 | 11101101 | 1001101 | 10001 | 0 | 1000100 | 111 | 1001011 | 1010010 | 111110 |
Color Harmonies of #C5ED4D
Complementary color
Monochromatic Colors of #C5ED4D
Black with #C5ED4D
Text Example
Text Example
White with #C5ED4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ED4D; }
p { color: rgb(197,237,77); }
H1.HeaderClassName
{
color: #C5ED4D;
}
.AnyTagClassName
{
color: #C5ED4D;
}
</style>
background-color css
<style>
a { background-color: #C5ED4D; }
a { background-color: rgb(197,237,77); }
div.DivClassName
{
background-color: #C5ED4D;
}
.BgClassName
{
background-color: #C5ED4D;
}
</style>
border-color css
<style>
span { border-color: #C5ED4D; }
span { border-color: rgb(197,237,77); }
td.TdClassName
{
border-color: #C5ED4D;
}
.TagClassName
{
border-color: #C5ED4D;
}
</style>