Shades of Light Green #81F68A
Tints of Light Green #81F68A
RGB
CMYK
RGB Variations
Color information
#81F68A (or 0x81F68A) is known color: Light Green. HEX triplet: 81, F6 and 8A. RGB value is (129,246,138). Sum of RGB (Red+Green+Blue) = 129+246+138=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #81F68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F68A is #7E0975. Grayscale: #C7C7C7. Windows color (decimal): -8259958 or 9107073. OLE color: 9107073.
HSL color Cylindrical-coordinate representation of color #81F68A: hue angle of 124.62º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81F68A is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 246 | 138 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.04 |
| HSL | 124.62º | 0.87% | 0.74% | - |
| HSV(B) | 124.62º | 0.48% | 0.96% | - |
| XYZ | 46.6 | 72.41 | 35.57 | - |
| YUV | 198.71 | 93.74 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 246 | 138 | 0.48 | 0 | 0.44 | 0.04 | 124.62 | 0.87 | 0.74 |
| Hex | 81 | F6 | 8A | 30 | 0 | 2C | 4 | 7D | 57 | 4A |
| Octal | 201 | 366 | 212 | 60 | 0 | 54 | 4 | 175 | 127 | 112 |
| Binary | 10000001 | 11110110 | 10001010 | 110000 | 0 | 101100 | 100 | 1111101 | 1010111 | 1001010 |
Color Harmonies of #81F68A
Complementary color
Monochromatic Colors of #81F68A
Black with #81F68A
Text Example
Text Example
White with #81F68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F68A; }
p { color: rgb(129,246,138); }
H1.HeaderClassName
{
color: #81F68A;
}
.AnyTagClassName
{
color: #81F68A;
}
</style>
background-color css
<style>
a { background-color: #81F68A; }
a { background-color: rgb(129,246,138); }
div.DivClassName
{
background-color: #81F68A;
}
.BgClassName
{
background-color: #81F68A;
}
</style>
border-color css
<style>
span { border-color: #81F68A; }
span { border-color: rgb(129,246,138); }
td.TdClassName
{
border-color: #81F68A;
}
.TagClassName
{
border-color: #81F68A;
}
</style>