Shades of Pastel Green #75DB5E
Tints of Pastel Green #75DB5E
RGB
CMYK
RGB Variations
Color information
#75DB5E (or 0x75DB5E) is known color: Pastel Green. HEX triplet: 75, DB and 5E. RGB value is (117,219,94). Sum of RGB (Red+Green+Blue) = 117+219+94=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DB5E is #8A24A1. Grayscale: #AEAEAE. Windows color (decimal): -9053346 or 6216565. OLE color: 6216565.
HSL color Cylindrical-coordinate representation of color #75DB5E: hue angle of 108.96º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75DB5E is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 94 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.14 |
| HSL | 108.96º | 0.63% | 0.61% | - |
| HSV(B) | 108.96º | 0.57% | 0.86% | - |
| XYZ | 34.69 | 55.25 | 19.43 | - |
| YUV | 174.25 | 82.71 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 94 | 0.47 | 0 | 0.57 | 0.14 | 108.96 | 0.63 | 0.61 |
| Hex | 75 | DB | 5E | 2F | 0 | 39 | E | 6D | 3F | 3D |
| Octal | 165 | 333 | 136 | 57 | 0 | 71 | 16 | 155 | 77 | 75 |
| Binary | 1110101 | 11011011 | 1011110 | 101111 | 0 | 111001 | 1110 | 1101101 | 111111 | 111101 |
Color Harmonies of #75DB5E
Complementary color
Monochromatic Colors of #75DB5E
Black with #75DB5E
Text Example
Text Example
White with #75DB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DB5E; }
p { color: rgb(117,219,94); }
H1.HeaderClassName
{
color: #75DB5E;
}
.AnyTagClassName
{
color: #75DB5E;
}
</style>
background-color css
<style>
a { background-color: #75DB5E; }
a { background-color: rgb(117,219,94); }
div.DivClassName
{
background-color: #75DB5E;
}
.BgClassName
{
background-color: #75DB5E;
}
</style>
border-color css
<style>
span { border-color: #75DB5E; }
span { border-color: rgb(117,219,94); }
td.TdClassName
{
border-color: #75DB5E;
}
.TagClassName
{
border-color: #75DB5E;
}
</style>