Shades of Pastel Green #75DB81
Tints of Pastel Green #75DB81
RGB
CMYK
RGB Variations
Color information
#75DB81 (or 0x75DB81) is known color: Pastel Green. HEX triplet: 75, DB and 81. RGB value is (117,219,129). Sum of RGB (Red+Green+Blue) = 117+219+129=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DB81 is #8A247E. Grayscale: #B2B2B2. Windows color (decimal): -9053311 or 8510325. OLE color: 8510325.
HSL color Cylindrical-coordinate representation of color #75DB81: hue angle of 127.06º degrees, saturation: 0.59, 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 #75DB81 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 129 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.14 |
| HSL | 127.06º | 0.59% | 0.66% | - |
| HSV(B) | 127.06º | 0.47% | 0.86% | - |
| XYZ | 36.63 | 56.03 | 29.65 | - |
| YUV | 178.24 | 100.21 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 129 | 0.47 | 0 | 0.41 | 0.14 | 127.06 | 0.59 | 0.66 |
| Hex | 75 | DB | 81 | 2F | 0 | 29 | E | 7F | 3B | 42 |
| Octal | 165 | 333 | 201 | 57 | 0 | 51 | 16 | 177 | 73 | 102 |
| Binary | 1110101 | 11011011 | 10000001 | 101111 | 0 | 101001 | 1110 | 1111111 | 111011 | 1000010 |
Color Harmonies of #75DB81
Complementary color
Monochromatic Colors of #75DB81
Black with #75DB81
Text Example
Text Example
White with #75DB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DB81; }
p { color: rgb(117,219,129); }
H1.HeaderClassName
{
color: #75DB81;
}
.AnyTagClassName
{
color: #75DB81;
}
</style>
background-color css
<style>
a { background-color: #75DB81; }
a { background-color: rgb(117,219,129); }
div.DivClassName
{
background-color: #75DB81;
}
.BgClassName
{
background-color: #75DB81;
}
</style>
border-color css
<style>
span { border-color: #75DB81; }
span { border-color: rgb(117,219,129); }
td.TdClassName
{
border-color: #75DB81;
}
.TagClassName
{
border-color: #75DB81;
}
</style>