Shades of Conifer #95E55D
Tints of Conifer #95E55D
RGB
CMYK
RGB Variations
Color information
#95E55D (or 0x95E55D) is known color: Conifer. HEX triplet: 95, E5 and 5D. RGB value is (149,229,93). Sum of RGB (Red+Green+Blue) = 149+229+93=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #95E55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E55D is #6A1AA2. Grayscale: #BEBEBE. Windows color (decimal): -6953635 or 6153621. OLE color: 6153621.
HSL color Cylindrical-coordinate representation of color #95E55D: hue angle of 95.29º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95E55D is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 229 | 93 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.10 |
| HSL | 95.29º | 0.72% | 0.63% | - |
| HSV(B) | 95.29º | 0.59% | 0.9% | - |
| XYZ | 42.39 | 63.22 | 20.32 | - |
| YUV | 189.58 | 73.5 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 229 | 93 | 0.35 | 0 | 0.59 | 0.10 | 95.29 | 0.72 | 0.63 |
| Hex | 95 | E5 | 5D | 23 | 0 | 3B | A | 5F | 48 | 3F |
| Octal | 225 | 345 | 135 | 43 | 0 | 73 | 12 | 137 | 110 | 77 |
| Binary | 10010101 | 11100101 | 1011101 | 100011 | 0 | 111011 | 1010 | 1011111 | 1001000 | 111111 |
Color Harmonies of #95E55D
Complementary color
Monochromatic Colors of #95E55D
Black with #95E55D
Text Example
Text Example
White with #95E55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E55D; }
p { color: rgb(149,229,93); }
H1.HeaderClassName
{
color: #95E55D;
}
.AnyTagClassName
{
color: #95E55D;
}
</style>
background-color css
<style>
a { background-color: #95E55D; }
a { background-color: rgb(149,229,93); }
div.DivClassName
{
background-color: #95E55D;
}
.BgClassName
{
background-color: #95E55D;
}
</style>
border-color css
<style>
span { border-color: #95E55D; }
span { border-color: rgb(149,229,93); }
td.TdClassName
{
border-color: #95E55D;
}
.TagClassName
{
border-color: #95E55D;
}
</style>