Shades of Conifer #95DB57
Tints of Conifer #95DB57
RGB
CMYK
RGB Variations
Color information
#95DB57 (or 0x95DB57) is known color: Conifer. HEX triplet: 95, DB and 57. RGB value is (149,219,87). Sum of RGB (Red+Green+Blue) = 149+219+87=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DB57 is #6A24A8. Grayscale: #B7B7B7. Windows color (decimal): -6956201 or 5757845. OLE color: 5757845.
HSL color Cylindrical-coordinate representation of color #95DB57: hue angle of 91.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95DB57 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 219 | 87 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.14 |
| HSL | 91.82º | 0.65% | 0.6% | - |
| HSV(B) | 91.82º | 0.6% | 0.86% | - |
| XYZ | 39.45 | 57.74 | 18.08 | - |
| YUV | 183.02 | 73.81 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 219 | 87 | 0.32 | 0 | 0.60 | 0.14 | 91.82 | 0.65 | 0.6 |
| Hex | 95 | DB | 57 | 20 | 0 | 3C | E | 5C | 41 | 3C |
| Octal | 225 | 333 | 127 | 40 | 0 | 74 | 16 | 134 | 101 | 74 |
| Binary | 10010101 | 11011011 | 1010111 | 100000 | 0 | 111100 | 1110 | 1011100 | 1000001 | 111100 |
Color Harmonies of #95DB57
Complementary color
Monochromatic Colors of #95DB57
Black with #95DB57
Text Example
Text Example
White with #95DB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DB57; }
p { color: rgb(149,219,87); }
H1.HeaderClassName
{
color: #95DB57;
}
.AnyTagClassName
{
color: #95DB57;
}
</style>
background-color css
<style>
a { background-color: #95DB57; }
a { background-color: rgb(149,219,87); }
div.DivClassName
{
background-color: #95DB57;
}
.BgClassName
{
background-color: #95DB57;
}
</style>
border-color css
<style>
span { border-color: #95DB57; }
span { border-color: rgb(149,219,87); }
td.TdClassName
{
border-color: #95DB57;
}
.TagClassName
{
border-color: #95DB57;
}
</style>