Shades of Pastel Green #81DF6B
Tints of Pastel Green #81DF6B
RGB
CMYK
RGB Variations
Color information
#81DF6B (or 0x81DF6B) is known color: Pastel Green. HEX triplet: 81, DF and 6B. RGB value is (129,223,107). Sum of RGB (Red+Green+Blue) = 129+223+107=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #81DF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DF6B is #7E2094. Grayscale: #B6B6B6. Windows color (decimal): -8265877 or 7069569. OLE color: 7069569.
HSL color Cylindrical-coordinate representation of color #81DF6B: hue angle of 108.62º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #81DF6B is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 223 | 107 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.13 |
| HSL | 108.62º | 0.64% | 0.65% | - |
| HSV(B) | 108.62º | 0.52% | 0.87% | - |
| XYZ | 38.09 | 58.5 | 23.19 | - |
| YUV | 181.67 | 85.86 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 107 | 0.42 | 0 | 0.52 | 0.13 | 108.62 | 0.64 | 0.65 |
| Hex | 81 | DF | 6B | 2A | 0 | 34 | D | 6D | 40 | 41 |
| Octal | 201 | 337 | 153 | 52 | 0 | 64 | 15 | 155 | 100 | 101 |
| Binary | 10000001 | 11011111 | 1101011 | 101010 | 0 | 110100 | 1101 | 1101101 | 1000000 | 1000001 |
Color Harmonies of #81DF6B
Complementary color
Monochromatic Colors of #81DF6B
Black with #81DF6B
Text Example
Text Example
White with #81DF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DF6B; }
p { color: rgb(129,223,107); }
H1.HeaderClassName
{
color: #81DF6B;
}
.AnyTagClassName
{
color: #81DF6B;
}
</style>
background-color css
<style>
a { background-color: #81DF6B; }
a { background-color: rgb(129,223,107); }
div.DivClassName
{
background-color: #81DF6B;
}
.BgClassName
{
background-color: #81DF6B;
}
</style>
border-color css
<style>
span { border-color: #81DF6B; }
span { border-color: rgb(129,223,107); }
td.TdClassName
{
border-color: #81DF6B;
}
.TagClassName
{
border-color: #81DF6B;
}
</style>