Shades of Pastel Green #75DB6D
Tints of Pastel Green #75DB6D
RGB
CMYK
RGB Variations
Color information
#75DB6D (or 0x75DB6D) is known color: Pastel Green. HEX triplet: 75, DB and 6D. RGB value is (117,219,109). Sum of RGB (Red+Green+Blue) = 117+219+109=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DB6D is #8A2492. Grayscale: #B0B0B0. Windows color (decimal): -9053331 or 7199605. OLE color: 7199605.
HSL color Cylindrical-coordinate representation of color #75DB6D: hue angle of 115.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75DB6D is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 219 | 109 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.14 |
| HSL | 115.64º | 0.6% | 0.64% | - |
| HSV(B) | 115.64º | 0.5% | 0.86% | - |
| XYZ | 35.43 | 55.55 | 23.32 | - |
| YUV | 175.96 | 90.21 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 109 | 0.47 | 0 | 0.50 | 0.14 | 115.64 | 0.6 | 0.64 |
| Hex | 75 | DB | 6D | 2F | 0 | 32 | E | 74 | 3C | 40 |
| Octal | 165 | 333 | 155 | 57 | 0 | 62 | 16 | 164 | 74 | 100 |
| Binary | 1110101 | 11011011 | 1101101 | 101111 | 0 | 110010 | 1110 | 1110100 | 111100 | 1000000 |
Color Harmonies of #75DB6D
Complementary color
Monochromatic Colors of #75DB6D
Black with #75DB6D
Text Example
Text Example
White with #75DB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DB6D; }
p { color: rgb(117,219,109); }
H1.HeaderClassName
{
color: #75DB6D;
}
.AnyTagClassName
{
color: #75DB6D;
}
</style>
background-color css
<style>
a { background-color: #75DB6D; }
a { background-color: rgb(117,219,109); }
div.DivClassName
{
background-color: #75DB6D;
}
.BgClassName
{
background-color: #75DB6D;
}
</style>
border-color css
<style>
span { border-color: #75DB6D; }
span { border-color: rgb(117,219,109); }
td.TdClassName
{
border-color: #75DB6D;
}
.TagClassName
{
border-color: #75DB6D;
}
</style>