Shades of Pastel Green #81DF83
Tints of Pastel Green #81DF83
RGB
CMYK
RGB Variations
Color information
#81DF83 (or 0x81DF83) is known color: Pastel Green. HEX triplet: 81, DF and 83. RGB value is (129,223,131). Sum of RGB (Red+Green+Blue) = 129+223+131=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #81DF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DF83 is #7E207C. Grayscale: #B8B8B8. Windows color (decimal): -8265853 or 8642433. OLE color: 8642433.
HSL color Cylindrical-coordinate representation of color #81DF83: hue angle of 121.28º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DF83 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 223 | 131 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.13 |
| HSL | 121.28º | 0.59% | 0.69% | - |
| HSV(B) | 121.28º | 0.42% | 0.87% | - |
| XYZ | 39.54 | 59.08 | 30.79 | - |
| YUV | 184.41 | 97.86 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 131 | 0.42 | 0 | 0.41 | 0.13 | 121.28 | 0.59 | 0.69 |
| Hex | 81 | DF | 83 | 2A | 0 | 29 | D | 79 | 3B | 45 |
| Octal | 201 | 337 | 203 | 52 | 0 | 51 | 15 | 171 | 73 | 105 |
| Binary | 10000001 | 11011111 | 10000011 | 101010 | 0 | 101001 | 1101 | 1111001 | 111011 | 1000101 |
Color Harmonies of #81DF83
Complementary color
Monochromatic Colors of #81DF83
Black with #81DF83
Text Example
Text Example
White with #81DF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DF83; }
p { color: rgb(129,223,131); }
H1.HeaderClassName
{
color: #81DF83;
}
.AnyTagClassName
{
color: #81DF83;
}
</style>
background-color css
<style>
a { background-color: #81DF83; }
a { background-color: rgb(129,223,131); }
div.DivClassName
{
background-color: #81DF83;
}
.BgClassName
{
background-color: #81DF83;
}
</style>
border-color css
<style>
span { border-color: #81DF83; }
span { border-color: rgb(129,223,131); }
td.TdClassName
{
border-color: #81DF83;
}
.TagClassName
{
border-color: #81DF83;
}
</style>