Shades of Pastel Green #81DC75
Tints of Pastel Green #81DC75
RGB
CMYK
RGB Variations
Color information
#81DC75 (or 0x81DC75) is known color: Pastel Green. HEX triplet: 81, DC and 75. RGB value is (129,220,117). Sum of RGB (Red+Green+Blue) = 129+220+117=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DC75 is #7E238A. Grayscale: #B5B5B5. Windows color (decimal): -8266635 or 7724161. OLE color: 7724161.
HSL color Cylindrical-coordinate representation of color #81DC75: hue angle of 113.01º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81DC75 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 117 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.14 |
| HSL | 113.01º | 0.6% | 0.66% | - |
| HSV(B) | 113.01º | 0.47% | 0.86% | - |
| XYZ | 37.86 | 57.14 | 25.86 | - |
| YUV | 181.05 | 91.85 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 117 | 0.41 | 0 | 0.47 | 0.14 | 113.01 | 0.6 | 0.66 |
| Hex | 81 | DC | 75 | 29 | 0 | 2F | E | 71 | 3C | 42 |
| Octal | 201 | 334 | 165 | 51 | 0 | 57 | 16 | 161 | 74 | 102 |
| Binary | 10000001 | 11011100 | 1110101 | 101001 | 0 | 101111 | 1110 | 1110001 | 111100 | 1000010 |
Color Harmonies of #81DC75
Complementary color
Monochromatic Colors of #81DC75
Black with #81DC75
Text Example
Text Example
White with #81DC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DC75; }
p { color: rgb(129,220,117); }
H1.HeaderClassName
{
color: #81DC75;
}
.AnyTagClassName
{
color: #81DC75;
}
</style>
background-color css
<style>
a { background-color: #81DC75; }
a { background-color: rgb(129,220,117); }
div.DivClassName
{
background-color: #81DC75;
}
.BgClassName
{
background-color: #81DC75;
}
</style>
border-color css
<style>
span { border-color: #81DC75; }
span { border-color: rgb(129,220,117); }
td.TdClassName
{
border-color: #81DC75;
}
.TagClassName
{
border-color: #81DC75;
}
</style>