Shades of Pastel Green #75DB7E
Tints of Pastel Green #75DB7E
RGB
CMYK
RGB Variations
Color information
#75DB7E (or 0x75DB7E) is known color: Pastel Green. HEX triplet: 75, DB and 7E. RGB value is (117,219,126). Sum of RGB (Red+Green+Blue) = 117+219+126=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DB7E is #8A2481. Grayscale: #B2B2B2. Windows color (decimal): -9053314 or 8313717. OLE color: 8313717.
HSL color Cylindrical-coordinate representation of color #75DB7E: hue angle of 125.29º 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 #75DB7E is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 126 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.14 |
| HSL | 125.29º | 0.59% | 0.66% | - |
| HSV(B) | 125.29º | 0.47% | 0.86% | - |
| XYZ | 36.43 | 55.95 | 28.62 | - |
| YUV | 177.9 | 98.71 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 126 | 0.47 | 0 | 0.42 | 0.14 | 125.29 | 0.59 | 0.66 |
| Hex | 75 | DB | 7E | 2F | 0 | 2A | E | 7D | 3B | 42 |
| Octal | 165 | 333 | 176 | 57 | 0 | 52 | 16 | 175 | 73 | 102 |
| Binary | 1110101 | 11011011 | 1111110 | 101111 | 0 | 101010 | 1110 | 1111101 | 111011 | 1000010 |
Color Harmonies of #75DB7E
Complementary color
Monochromatic Colors of #75DB7E
Black with #75DB7E
Text Example
Text Example
White with #75DB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DB7E; }
p { color: rgb(117,219,126); }
H1.HeaderClassName
{
color: #75DB7E;
}
.AnyTagClassName
{
color: #75DB7E;
}
</style>
background-color css
<style>
a { background-color: #75DB7E; }
a { background-color: rgb(117,219,126); }
div.DivClassName
{
background-color: #75DB7E;
}
.BgClassName
{
background-color: #75DB7E;
}
</style>
border-color css
<style>
span { border-color: #75DB7E; }
span { border-color: rgb(117,219,126); }
td.TdClassName
{
border-color: #75DB7E;
}
.TagClassName
{
border-color: #75DB7E;
}
</style>