Shades of Light Green #95E598
Tints of Light Green #95E598
RGB
CMYK
RGB Variations
Color information
#95E598 (or 0x95E598) is known color: Light Green. HEX triplet: 95, E5 and 98. RGB value is (149,229,152). Sum of RGB (Red+Green+Blue) = 149+229+152=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #95E598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E598 is #6A1A67. Grayscale: #C4C4C4. Windows color (decimal): -6953576 or 10020245. OLE color: 10020245.
HSL color Cylindrical-coordinate representation of color #95E598: hue angle of 122.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E598 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 229 | 152 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.10 |
| HSL | 122.25º | 0.61% | 0.74% | - |
| HSV(B) | 122.25º | 0.35% | 0.9% | - |
| XYZ | 46.08 | 64.7 | 39.76 | - |
| YUV | 196.3 | 103 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 229 | 152 | 0.35 | 0 | 0.34 | 0.10 | 122.25 | 0.61 | 0.74 |
| Hex | 95 | E5 | 98 | 23 | 0 | 22 | A | 7A | 3D | 4A |
| Octal | 225 | 345 | 230 | 43 | 0 | 42 | 12 | 172 | 75 | 112 |
| Binary | 10010101 | 11100101 | 10011000 | 100011 | 0 | 100010 | 1010 | 1111010 | 111101 | 1001010 |
Color Harmonies of #95E598
Complementary color
Monochromatic Colors of #95E598
Black with #95E598
Text Example
Text Example
White with #95E598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E598; }
p { color: rgb(149,229,152); }
H1.HeaderClassName
{
color: #95E598;
}
.AnyTagClassName
{
color: #95E598;
}
</style>
background-color css
<style>
a { background-color: #95E598; }
a { background-color: rgb(149,229,152); }
div.DivClassName
{
background-color: #95E598;
}
.BgClassName
{
background-color: #95E598;
}
</style>
border-color css
<style>
span { border-color: #95E598; }
span { border-color: rgb(149,229,152); }
td.TdClassName
{
border-color: #95E598;
}
.TagClassName
{
border-color: #95E598;
}
</style>