Shades of Pastel Green #75DB87
Tints of Pastel Green #75DB87
RGB
CMYK
RGB Variations
Color information
#75DB87 (or 0x75DB87) is known color: Pastel Green. HEX triplet: 75, DB and 87. RGB value is (117,219,135). Sum of RGB (Red+Green+Blue) = 117+219+135=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DB87 is #8A2478. Grayscale: #B3B3B3. Windows color (decimal): -9053305 or 8903541. OLE color: 8903541.
HSL color Cylindrical-coordinate representation of color #75DB87: hue angle of 130.59º 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 #75DB87 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 135 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.14 |
| HSL | 130.59º | 0.59% | 0.66% | - |
| HSV(B) | 130.59º | 0.47% | 0.86% | - |
| XYZ | 37.04 | 56.19 | 31.82 | - |
| YUV | 178.93 | 103.21 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 135 | 0.47 | 0 | 0.38 | 0.14 | 130.59 | 0.59 | 0.66 |
| Hex | 75 | DB | 87 | 2F | 0 | 26 | E | 83 | 3B | 42 |
| Octal | 165 | 333 | 207 | 57 | 0 | 46 | 16 | 203 | 73 | 102 |
| Binary | 1110101 | 11011011 | 10000111 | 101111 | 0 | 100110 | 1110 | 10000011 | 111011 | 1000010 |
Color Harmonies of #75DB87
Complementary color
Monochromatic Colors of #75DB87
Black with #75DB87
Text Example
Text Example
White with #75DB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DB87; }
p { color: rgb(117,219,135); }
H1.HeaderClassName
{
color: #75DB87;
}
.AnyTagClassName
{
color: #75DB87;
}
</style>
background-color css
<style>
a { background-color: #75DB87; }
a { background-color: rgb(117,219,135); }
div.DivClassName
{
background-color: #75DB87;
}
.BgClassName
{
background-color: #75DB87;
}
</style>
border-color css
<style>
span { border-color: #75DB87; }
span { border-color: rgb(117,219,135); }
td.TdClassName
{
border-color: #75DB87;
}
.TagClassName
{
border-color: #75DB87;
}
</style>