Shades of Pastel Green #75DB89
Tints of Pastel Green #75DB89
RGB
CMYK
RGB Variations
Color information
#75DB89 (or 0x75DB89) is known color: Pastel Green. HEX triplet: 75, DB and 89. RGB value is (117,219,137). Sum of RGB (Red+Green+Blue) = 117+219+137=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DB89 is #8A2476. Grayscale: #B3B3B3. Windows color (decimal): -9053303 or 9034613. OLE color: 9034613.
HSL color Cylindrical-coordinate representation of color #75DB89: hue angle of 131.76º 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 #75DB89 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 137 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.14 |
| HSL | 131.76º | 0.59% | 0.66% | - |
| HSV(B) | 131.76º | 0.47% | 0.86% | - |
| XYZ | 37.18 | 56.25 | 32.56 | - |
| YUV | 179.15 | 104.21 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 137 | 0.47 | 0 | 0.37 | 0.14 | 131.76 | 0.59 | 0.66 |
| Hex | 75 | DB | 89 | 2F | 0 | 25 | E | 84 | 3B | 42 |
| Octal | 165 | 333 | 211 | 57 | 0 | 45 | 16 | 204 | 73 | 102 |
| Binary | 1110101 | 11011011 | 10001001 | 101111 | 0 | 100101 | 1110 | 10000100 | 111011 | 1000010 |
Color Harmonies of #75DB89
Complementary color
Monochromatic Colors of #75DB89
Black with #75DB89
Text Example
Text Example
White with #75DB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DB89; }
p { color: rgb(117,219,137); }
H1.HeaderClassName
{
color: #75DB89;
}
.AnyTagClassName
{
color: #75DB89;
}
</style>
background-color css
<style>
a { background-color: #75DB89; }
a { background-color: rgb(117,219,137); }
div.DivClassName
{
background-color: #75DB89;
}
.BgClassName
{
background-color: #75DB89;
}
</style>
border-color css
<style>
span { border-color: #75DB89; }
span { border-color: rgb(117,219,137); }
td.TdClassName
{
border-color: #75DB89;
}
.TagClassName
{
border-color: #75DB89;
}
</style>