Shades of Light Green #81ED98
Tints of Light Green #81ED98
RGB
CMYK
RGB Variations
Color information
#81ED98 (or 0x81ED98) is known color: Light Green. HEX triplet: 81, ED and 98. RGB value is (129,237,152). Sum of RGB (Red+Green+Blue) = 129+237+152=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #81ED98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81ED98 is #7E1267. Grayscale: #C3C3C3. Windows color (decimal): -8262248 or 10022273. OLE color: 10022273.
HSL color Cylindrical-coordinate representation of color #81ED98: hue angle of 132.78º 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 #81ED98 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 237 | 152 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.07 |
| HSL | 132.78º | 0.75% | 0.72% | - |
| HSV(B) | 132.78º | 0.46% | 0.93% | - |
| XYZ | 45 | 67.5 | 40.36 | - |
| YUV | 195.02 | 103.72 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 152 | 0.46 | 0 | 0.36 | 0.07 | 132.78 | 0.75 | 0.72 |
| Hex | 81 | ED | 98 | 2E | 0 | 24 | 7 | 85 | 4B | 48 |
| Octal | 201 | 355 | 230 | 56 | 0 | 44 | 7 | 205 | 113 | 110 |
| Binary | 10000001 | 11101101 | 10011000 | 101110 | 0 | 100100 | 111 | 10000101 | 1001011 | 1001000 |
Color Harmonies of #81ED98
Complementary color
Monochromatic Colors of #81ED98
Black with #81ED98
Text Example
Text Example
White with #81ED98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ED98; }
p { color: rgb(129,237,152); }
H1.HeaderClassName
{
color: #81ED98;
}
.AnyTagClassName
{
color: #81ED98;
}
</style>
background-color css
<style>
a { background-color: #81ED98; }
a { background-color: rgb(129,237,152); }
div.DivClassName
{
background-color: #81ED98;
}
.BgClassName
{
background-color: #81ED98;
}
</style>
border-color css
<style>
span { border-color: #81ED98; }
span { border-color: rgb(129,237,152); }
td.TdClassName
{
border-color: #81ED98;
}
.TagClassName
{
border-color: #81ED98;
}
</style>