Shades of Conifer #C5ED5C
Tints of Conifer #C5ED5C
RGB
CMYK
RGB Variations
Color information
#C5ED5C (or 0xC5ED5C) is known color: Conifer. HEX triplet: C5, ED and 5C. RGB value is (197,237,92). Sum of RGB (Red+Green+Blue) = 197+237+92=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 92 (36.33% from 255 or 17.49% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5ED5C is #3A12A3. Grayscale: #D1D1D1. Windows color (decimal): -3805860 or 6090181. OLE color: 6090181.
HSL color Cylindrical-coordinate representation of color #C5ED5C: hue angle of 76.55º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5ED5C is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 92 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.07 |
| HSL | 76.55º | 0.8% | 0.65% | - |
| HSV(B) | 76.55º | 0.61% | 0.93% | - |
| XYZ | 55.24 | 73.21 | 21.34 | - |
| YUV | 208.51 | 62.25 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 92 | 0.17 | 0 | 0.61 | 0.07 | 76.55 | 0.8 | 0.65 |
| Hex | C5 | ED | 5C | 11 | 0 | 3D | 7 | 4D | 50 | 41 |
| Octal | 305 | 355 | 134 | 21 | 0 | 75 | 7 | 115 | 120 | 101 |
| Binary | 11000101 | 11101101 | 1011100 | 10001 | 0 | 111101 | 111 | 1001101 | 1010000 | 1000001 |
Color Harmonies of #C5ED5C
Complementary color
Monochromatic Colors of #C5ED5C
Black with #C5ED5C
Text Example
Text Example
White with #C5ED5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ED5C; }
p { color: rgb(197,237,92); }
H1.HeaderClassName
{
color: #C5ED5C;
}
.AnyTagClassName
{
color: #C5ED5C;
}
</style>
background-color css
<style>
a { background-color: #C5ED5C; }
a { background-color: rgb(197,237,92); }
div.DivClassName
{
background-color: #C5ED5C;
}
.BgClassName
{
background-color: #C5ED5C;
}
</style>
border-color css
<style>
span { border-color: #C5ED5C; }
span { border-color: rgb(197,237,92); }
td.TdClassName
{
border-color: #C5ED5C;
}
.TagClassName
{
border-color: #C5ED5C;
}
</style>