Shades of Light Green #95ED93
Tints of Light Green #95ED93
RGB
CMYK
RGB Variations
Color information
#95ED93 (or 0x95ED93) is known color: Light Green. HEX triplet: 95, ED and 93. RGB value is (149,237,147). Sum of RGB (Red+Green+Blue) = 149+237+147=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #95ED93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95ED93 is #6A126C. Grayscale: #C8C8C8. Windows color (decimal): -6951533 or 9694613. OLE color: 9694613.
HSL color Cylindrical-coordinate representation of color #95ED93: hue angle of 118.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95ED93 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 237 | 147 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.07 |
| HSL | 118.67º | 0.71% | 0.75% | - |
| HSV(B) | 118.67º | 0.38% | 0.93% | - |
| XYZ | 47.95 | 69.06 | 38.41 | - |
| YUV | 200.43 | 97.85 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 237 | 147 | 0.37 | 0 | 0.38 | 0.07 | 118.67 | 0.71 | 0.75 |
| Hex | 95 | ED | 93 | 25 | 0 | 26 | 7 | 77 | 47 | 4B |
| Octal | 225 | 355 | 223 | 45 | 0 | 46 | 7 | 167 | 107 | 113 |
| Binary | 10010101 | 11101101 | 10010011 | 100101 | 0 | 100110 | 111 | 1110111 | 1000111 | 1001011 |
Color Harmonies of #95ED93
Complementary color
Monochromatic Colors of #95ED93
Black with #95ED93
Text Example
Text Example
White with #95ED93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95ED93; }
p { color: rgb(149,237,147); }
H1.HeaderClassName
{
color: #95ED93;
}
.AnyTagClassName
{
color: #95ED93;
}
</style>
background-color css
<style>
a { background-color: #95ED93; }
a { background-color: rgb(149,237,147); }
div.DivClassName
{
background-color: #95ED93;
}
.BgClassName
{
background-color: #95ED93;
}
</style>
border-color css
<style>
span { border-color: #95ED93; }
span { border-color: rgb(149,237,147); }
td.TdClassName
{
border-color: #95ED93;
}
.TagClassName
{
border-color: #95ED93;
}
</style>