Shades of Light Green #94EF88
Tints of Light Green #94EF88
RGB
CMYK
RGB Variations
Color information
#94EF88 (or 0x94EF88) is known color: Light Green. HEX triplet: 94, EF and 88. RGB value is (148,239,136). Sum of RGB (Red+Green+Blue) = 148+239+136=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #94EF88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EF88 is #6B1077. Grayscale: #C8C8C8. Windows color (decimal): -7016568 or 8974228. OLE color: 8974228.
HSL color Cylindrical-coordinate representation of color #94EF88: hue angle of 113.01º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94EF88 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 239 | 136 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.06 |
| HSL | 113.01º | 0.76% | 0.74% | - |
| HSV(B) | 113.01º | 0.43% | 0.94% | - |
| XYZ | 47.52 | 69.81 | 34.26 | - |
| YUV | 200.05 | 91.85 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 239 | 136 | 0.38 | 0 | 0.43 | 0.06 | 113.01 | 0.76 | 0.74 |
| Hex | 94 | EF | 88 | 26 | 0 | 2B | 6 | 71 | 4C | 4A |
| Octal | 224 | 357 | 210 | 46 | 0 | 53 | 6 | 161 | 114 | 112 |
| Binary | 10010100 | 11101111 | 10001000 | 100110 | 0 | 101011 | 110 | 1110001 | 1001100 | 1001010 |
Color Harmonies of #94EF88
Complementary color
Monochromatic Colors of #94EF88
Black with #94EF88
Text Example
Text Example
White with #94EF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EF88; }
p { color: rgb(148,239,136); }
H1.HeaderClassName
{
color: #94EF88;
}
.AnyTagClassName
{
color: #94EF88;
}
</style>
background-color css
<style>
a { background-color: #94EF88; }
a { background-color: rgb(148,239,136); }
div.DivClassName
{
background-color: #94EF88;
}
.BgClassName
{
background-color: #94EF88;
}
</style>
border-color css
<style>
span { border-color: #94EF88; }
span { border-color: rgb(148,239,136); }
td.TdClassName
{
border-color: #94EF88;
}
.TagClassName
{
border-color: #94EF88;
}
</style>