Shades of Light Green #81ED93
Tints of Light Green #81ED93
RGB
CMYK
RGB Variations
Color information
#81ED93 (or 0x81ED93) is known color: Light Green. HEX triplet: 81, ED and 93. RGB value is (129,237,147). Sum of RGB (Red+Green+Blue) = 129+237+147=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #81ED93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81ED93 is #7E126C. Grayscale: #C2C2C2. Windows color (decimal): -8262253 or 9694593. OLE color: 9694593.
HSL color Cylindrical-coordinate representation of color #81ED93: hue angle of 130º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81ED93 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 237 | 147 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.07 |
| HSL | 130º | 0.75% | 0.72% | - |
| HSV(B) | 130º | 0.46% | 0.93% | - |
| XYZ | 44.6 | 67.34 | 38.25 | - |
| YUV | 194.45 | 101.22 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 147 | 0.46 | 0 | 0.38 | 0.07 | 130 | 0.75 | 0.72 |
| Hex | 81 | ED | 93 | 2E | 0 | 26 | 7 | 82 | 4B | 48 |
| Octal | 201 | 355 | 223 | 56 | 0 | 46 | 7 | 202 | 113 | 110 |
| Binary | 10000001 | 11101101 | 10010011 | 101110 | 0 | 100110 | 111 | 10000010 | 1001011 | 1001000 |
Color Harmonies of #81ED93
Complementary color
Monochromatic Colors of #81ED93
Black with #81ED93
Text Example
Text Example
White with #81ED93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ED93; }
p { color: rgb(129,237,147); }
H1.HeaderClassName
{
color: #81ED93;
}
.AnyTagClassName
{
color: #81ED93;
}
</style>
background-color css
<style>
a { background-color: #81ED93; }
a { background-color: rgb(129,237,147); }
div.DivClassName
{
background-color: #81ED93;
}
.BgClassName
{
background-color: #81ED93;
}
</style>
border-color css
<style>
span { border-color: #81ED93; }
span { border-color: rgb(129,237,147); }
td.TdClassName
{
border-color: #81ED93;
}
.TagClassName
{
border-color: #81ED93;
}
</style>