Shades of Pastel Green #75DB7C
Tints of Pastel Green #75DB7C
RGB
CMYK
RGB Variations
Color information
#75DB7C (or 0x75DB7C) is known color: Pastel Green. HEX triplet: 75, DB and 7C. RGB value is (117,219,124). Sum of RGB (Red+Green+Blue) = 117+219+124=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DB7C is #8A2483. Grayscale: #B1B1B1. Windows color (decimal): -9053316 or 8182645. OLE color: 8182645.
HSL color Cylindrical-coordinate representation of color #75DB7C: hue angle of 124.12º 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 #75DB7C is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 124 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.14 |
| HSL | 124.12º | 0.59% | 0.66% | - |
| HSV(B) | 124.12º | 0.47% | 0.86% | - |
| XYZ | 36.31 | 55.9 | 27.95 | - |
| YUV | 177.67 | 97.71 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 124 | 0.47 | 0 | 0.43 | 0.14 | 124.12 | 0.59 | 0.66 |
| Hex | 75 | DB | 7C | 2F | 0 | 2B | E | 7C | 3B | 42 |
| Octal | 165 | 333 | 174 | 57 | 0 | 53 | 16 | 174 | 73 | 102 |
| Binary | 1110101 | 11011011 | 1111100 | 101111 | 0 | 101011 | 1110 | 1111100 | 111011 | 1000010 |
Color Harmonies of #75DB7C
Complementary color
Monochromatic Colors of #75DB7C
Black with #75DB7C
Text Example
Text Example
White with #75DB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DB7C; }
p { color: rgb(117,219,124); }
H1.HeaderClassName
{
color: #75DB7C;
}
.AnyTagClassName
{
color: #75DB7C;
}
</style>
background-color css
<style>
a { background-color: #75DB7C; }
a { background-color: rgb(117,219,124); }
div.DivClassName
{
background-color: #75DB7C;
}
.BgClassName
{
background-color: #75DB7C;
}
</style>
border-color css
<style>
span { border-color: #75DB7C; }
span { border-color: rgb(117,219,124); }
td.TdClassName
{
border-color: #75DB7C;
}
.TagClassName
{
border-color: #75DB7C;
}
</style>