Shades of Conifer #C5ED5B
Tints of Conifer #C5ED5B
RGB
CMYK
RGB Variations
Color information
#C5ED5B (or 0xC5ED5B) is known color: Conifer. HEX triplet: C5, ED and 5B. RGB value is (197,237,91). Sum of RGB (Red+Green+Blue) = 197+237+91=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5ED5B is #3A12A4. Grayscale: #D0D0D0. Windows color (decimal): -3805861 or 6024645. OLE color: 6024645.
HSL color Cylindrical-coordinate representation of color #C5ED5B: hue angle of 76.44º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5ED5B is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 91 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.07 |
| HSL | 76.44º | 0.8% | 0.64% | - |
| HSV(B) | 76.44º | 0.62% | 0.93% | - |
| XYZ | 55.2 | 73.19 | 21.12 | - |
| YUV | 208.4 | 61.75 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 91 | 0.17 | 0 | 0.62 | 0.07 | 76.44 | 0.8 | 0.64 |
| Hex | C5 | ED | 5B | 11 | 0 | 3E | 7 | 4C | 50 | 40 |
| Octal | 305 | 355 | 133 | 21 | 0 | 76 | 7 | 114 | 120 | 100 |
| Binary | 11000101 | 11101101 | 1011011 | 10001 | 0 | 111110 | 111 | 1001100 | 1010000 | 1000000 |
Color Harmonies of #C5ED5B
Complementary color
Monochromatic Colors of #C5ED5B
Black with #C5ED5B
Text Example
Text Example
White with #C5ED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ED5B; }
p { color: rgb(197,237,91); }
H1.HeaderClassName
{
color: #C5ED5B;
}
.AnyTagClassName
{
color: #C5ED5B;
}
</style>
background-color css
<style>
a { background-color: #C5ED5B; }
a { background-color: rgb(197,237,91); }
div.DivClassName
{
background-color: #C5ED5B;
}
.BgClassName
{
background-color: #C5ED5B;
}
</style>
border-color css
<style>
span { border-color: #C5ED5B; }
span { border-color: rgb(197,237,91); }
td.TdClassName
{
border-color: #C5ED5B;
}
.TagClassName
{
border-color: #C5ED5B;
}
</style>