Shades of Summer Green #81CB96
Tints of Summer Green #81CB96
RGB
CMYK
RGB Variations
Color information
#81CB96 (or 0x81CB96) is known color: Summer Green. HEX triplet: 81, CB and 96. RGB value is (129,203,150). Sum of RGB (Red+Green+Blue) = 129+203+150=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CB96 is #7E3469. Grayscale: #AEAEAE. Windows color (decimal): -8270954 or 9882497. OLE color: 9882497.
HSL color Cylindrical-coordinate representation of color #81CB96: hue angle of 137.03º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81CB96 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 203 | 150 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.20 |
| HSL | 137.03º | 0.42% | 0.65% | - |
| HSV(B) | 137.03º | 0.36% | 0.8% | - |
| XYZ | 35.91 | 49.58 | 36.53 | - |
| YUV | 174.83 | 113.98 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 203 | 150 | 0.36 | 0 | 0.26 | 0.20 | 137.03 | 0.42 | 0.65 |
| Hex | 81 | CB | 96 | 24 | 0 | 1A | 14 | 89 | 2A | 41 |
| Octal | 201 | 313 | 226 | 44 | 0 | 32 | 24 | 211 | 52 | 101 |
| Binary | 10000001 | 11001011 | 10010110 | 100100 | 0 | 11010 | 10100 | 10001001 | 101010 | 1000001 |
Color Harmonies of #81CB96
Complementary color
Monochromatic Colors of #81CB96
Black with #81CB96
Text Example
Text Example
White with #81CB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CB96; }
p { color: rgb(129,203,150); }
H1.HeaderClassName
{
color: #81CB96;
}
.AnyTagClassName
{
color: #81CB96;
}
</style>
background-color css
<style>
a { background-color: #81CB96; }
a { background-color: rgb(129,203,150); }
div.DivClassName
{
background-color: #81CB96;
}
.BgClassName
{
background-color: #81CB96;
}
</style>
border-color css
<style>
span { border-color: #81CB96; }
span { border-color: rgb(129,203,150); }
td.TdClassName
{
border-color: #81CB96;
}
.TagClassName
{
border-color: #81CB96;
}
</style>