Shades of Pastel Green #81CE70
Tints of Pastel Green #81CE70
RGB
CMYK
RGB Variations
Color information
#81CE70 (or 0x81CE70) is known color: Pastel Green. HEX triplet: 81, CE and 70. RGB value is (129,206,112). Sum of RGB (Red+Green+Blue) = 129+206+112=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CE70 is #7E318F. Grayscale: #ACACAC. Windows color (decimal): -8270224 or 7392897. OLE color: 7392897.
HSL color Cylindrical-coordinate representation of color #81CE70: hue angle of 109.15º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81CE70 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 112 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.19 |
| HSL | 109.15º | 0.49% | 0.62% | - |
| HSV(B) | 109.15º | 0.46% | 0.81% | - |
| XYZ | 34.05 | 49.98 | 23.18 | - |
| YUV | 172.26 | 93.99 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 112 | 0.37 | 0 | 0.46 | 0.19 | 109.15 | 0.49 | 0.62 |
| Hex | 81 | CE | 70 | 25 | 0 | 2E | 13 | 6D | 31 | 3E |
| Octal | 201 | 316 | 160 | 45 | 0 | 56 | 23 | 155 | 61 | 76 |
| Binary | 10000001 | 11001110 | 1110000 | 100101 | 0 | 101110 | 10011 | 1101101 | 110001 | 111110 |
Color Harmonies of #81CE70
Complementary color
Monochromatic Colors of #81CE70
Black with #81CE70
Text Example
Text Example
White with #81CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CE70; }
p { color: rgb(129,206,112); }
H1.HeaderClassName
{
color: #81CE70;
}
.AnyTagClassName
{
color: #81CE70;
}
</style>
background-color css
<style>
a { background-color: #81CE70; }
a { background-color: rgb(129,206,112); }
div.DivClassName
{
background-color: #81CE70;
}
.BgClassName
{
background-color: #81CE70;
}
</style>
border-color css
<style>
span { border-color: #81CE70; }
span { border-color: rgb(129,206,112); }
td.TdClassName
{
border-color: #81CE70;
}
.TagClassName
{
border-color: #81CE70;
}
</style>