Shades of Light Green #95EE8D
Tints of Light Green #95EE8D
RGB
CMYK
RGB Variations
Color information
#95EE8D (or 0x95EE8D) is known color: Light Green. HEX triplet: 95, EE and 8D. RGB value is (149,238,141). Sum of RGB (Red+Green+Blue) = 149+238+141=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #95EE8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EE8D is #6A1172. Grayscale: #C8C8C8. Windows color (decimal): -6951283 or 9301653. OLE color: 9301653.
HSL color Cylindrical-coordinate representation of color #95EE8D: hue angle of 115.05º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95EE8D is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 238 | 141 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.07 |
| HSL | 115.05º | 0.74% | 0.74% | - |
| HSV(B) | 115.05º | 0.41% | 0.93% | - |
| XYZ | 47.78 | 69.46 | 36.09 | - |
| YUV | 200.33 | 94.51 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 238 | 141 | 0.37 | 0 | 0.41 | 0.07 | 115.05 | 0.74 | 0.74 |
| Hex | 95 | EE | 8D | 25 | 0 | 29 | 7 | 73 | 4A | 4A |
| Octal | 225 | 356 | 215 | 45 | 0 | 51 | 7 | 163 | 112 | 112 |
| Binary | 10010101 | 11101110 | 10001101 | 100101 | 0 | 101001 | 111 | 1110011 | 1001010 | 1001010 |
Color Harmonies of #95EE8D
Complementary color
Monochromatic Colors of #95EE8D
Black with #95EE8D
Text Example
Text Example
White with #95EE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EE8D; }
p { color: rgb(149,238,141); }
H1.HeaderClassName
{
color: #95EE8D;
}
.AnyTagClassName
{
color: #95EE8D;
}
</style>
background-color css
<style>
a { background-color: #95EE8D; }
a { background-color: rgb(149,238,141); }
div.DivClassName
{
background-color: #95EE8D;
}
.BgClassName
{
background-color: #95EE8D;
}
</style>
border-color css
<style>
span { border-color: #95EE8D; }
span { border-color: rgb(149,238,141); }
td.TdClassName
{
border-color: #95EE8D;
}
.TagClassName
{
border-color: #95EE8D;
}
</style>