Shades of Light Green #95EF8C
Tints of Light Green #95EF8C
RGB
CMYK
RGB Variations
Color information
#95EF8C (or 0x95EF8C) is known color: Light Green. HEX triplet: 95, EF and 8C. RGB value is (149,239,140). Sum of RGB (Red+Green+Blue) = 149+239+140=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #95EF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EF8C is #6A1073. Grayscale: #C9C9C9. Windows color (decimal): -6951028 or 9236373. OLE color: 9236373.
HSL color Cylindrical-coordinate representation of color #95EF8C: hue angle of 114.55º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95EF8C is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 239 | 140 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.06 |
| HSL | 114.55º | 0.76% | 0.74% | - |
| HSV(B) | 114.55º | 0.41% | 0.94% | - |
| XYZ | 47.99 | 70.02 | 35.8 | - |
| YUV | 200.8 | 93.68 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 239 | 140 | 0.38 | 0 | 0.41 | 0.06 | 114.55 | 0.76 | 0.74 |
| Hex | 95 | EF | 8C | 26 | 0 | 29 | 6 | 73 | 4C | 4A |
| Octal | 225 | 357 | 214 | 46 | 0 | 51 | 6 | 163 | 114 | 112 |
| Binary | 10010101 | 11101111 | 10001100 | 100110 | 0 | 101001 | 110 | 1110011 | 1001100 | 1001010 |
Color Harmonies of #95EF8C
Complementary color
Monochromatic Colors of #95EF8C
Black with #95EF8C
Text Example
Text Example
White with #95EF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EF8C; }
p { color: rgb(149,239,140); }
H1.HeaderClassName
{
color: #95EF8C;
}
.AnyTagClassName
{
color: #95EF8C;
}
</style>
background-color css
<style>
a { background-color: #95EF8C; }
a { background-color: rgb(149,239,140); }
div.DivClassName
{
background-color: #95EF8C;
}
.BgClassName
{
background-color: #95EF8C;
}
</style>
border-color css
<style>
span { border-color: #95EF8C; }
span { border-color: rgb(149,239,140); }
td.TdClassName
{
border-color: #95EF8C;
}
.TagClassName
{
border-color: #95EF8C;
}
</style>