Shades of Pastel Green #75DB84
Tints of Pastel Green #75DB84
RGB
CMYK
RGB Variations
Color information
#75DB84 (or 0x75DB84) is known color: Pastel Green. HEX triplet: 75, DB and 84. RGB value is (117,219,132). Sum of RGB (Red+Green+Blue) = 117+219+132=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DB84 is #8A247B. Grayscale: #B2B2B2. Windows color (decimal): -9053308 or 8706933. OLE color: 8706933.
HSL color Cylindrical-coordinate representation of color #75DB84: hue angle of 128.82º 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 #75DB84 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 132 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.14 |
| HSL | 128.82º | 0.59% | 0.66% | - |
| HSV(B) | 128.82º | 0.47% | 0.86% | - |
| XYZ | 36.83 | 56.11 | 30.72 | - |
| YUV | 178.58 | 101.71 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 132 | 0.47 | 0 | 0.40 | 0.14 | 128.82 | 0.59 | 0.66 |
| Hex | 75 | DB | 84 | 2F | 0 | 28 | E | 81 | 3B | 42 |
| Octal | 165 | 333 | 204 | 57 | 0 | 50 | 16 | 201 | 73 | 102 |
| Binary | 1110101 | 11011011 | 10000100 | 101111 | 0 | 101000 | 1110 | 10000001 | 111011 | 1000010 |
Color Harmonies of #75DB84
Complementary color
Monochromatic Colors of #75DB84
Black with #75DB84
Text Example
Text Example
White with #75DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DB84; }
p { color: rgb(117,219,132); }
H1.HeaderClassName
{
color: #75DB84;
}
.AnyTagClassName
{
color: #75DB84;
}
</style>
background-color css
<style>
a { background-color: #75DB84; }
a { background-color: rgb(117,219,132); }
div.DivClassName
{
background-color: #75DB84;
}
.BgClassName
{
background-color: #75DB84;
}
</style>
border-color css
<style>
span { border-color: #75DB84; }
span { border-color: rgb(117,219,132); }
td.TdClassName
{
border-color: #75DB84;
}
.TagClassName
{
border-color: #75DB84;
}
</style>