Shades of Pastel Green #81D46B
Tints of Pastel Green #81D46B
RGB
CMYK
RGB Variations
Color information
#81D46B (or 0x81D46B) is known color: Pastel Green. HEX triplet: 81, D4 and 6B. RGB value is (129,212,107). Sum of RGB (Red+Green+Blue) = 129+212+107=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #81D46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D46B is #7E2B94. Grayscale: #AFAFAF. Windows color (decimal): -8268693 or 7066753. OLE color: 7066753.
HSL color Cylindrical-coordinate representation of color #81D46B: hue angle of 107.43º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81D46B is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 212 | 107 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.17 |
| HSL | 107.43º | 0.55% | 0.63% | - |
| HSV(B) | 107.43º | 0.5% | 0.83% | - |
| XYZ | 35.25 | 52.82 | 22.25 | - |
| YUV | 175.21 | 89.5 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 212 | 107 | 0.39 | 0 | 0.50 | 0.17 | 107.43 | 0.55 | 0.63 |
| Hex | 81 | D4 | 6B | 27 | 0 | 32 | 11 | 6B | 37 | 3F |
| Octal | 201 | 324 | 153 | 47 | 0 | 62 | 21 | 153 | 67 | 77 |
| Binary | 10000001 | 11010100 | 1101011 | 100111 | 0 | 110010 | 10001 | 1101011 | 110111 | 111111 |
Color Harmonies of #81D46B
Complementary color
Monochromatic Colors of #81D46B
Black with #81D46B
Text Example
Text Example
White with #81D46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D46B; }
p { color: rgb(129,212,107); }
H1.HeaderClassName
{
color: #81D46B;
}
.AnyTagClassName
{
color: #81D46B;
}
</style>
background-color css
<style>
a { background-color: #81D46B; }
a { background-color: rgb(129,212,107); }
div.DivClassName
{
background-color: #81D46B;
}
.BgClassName
{
background-color: #81D46B;
}
</style>
border-color css
<style>
span { border-color: #81D46B; }
span { border-color: rgb(129,212,107); }
td.TdClassName
{
border-color: #81D46B;
}
.TagClassName
{
border-color: #81D46B;
}
</style>