Shades of Pastel Green #75DD6D
Tints of Pastel Green #75DD6D
RGB
CMYK
RGB Variations
Color information
#75DD6D (or 0x75DD6D) is known color: Pastel Green. HEX triplet: 75, DD and 6D. RGB value is (117,221,109). Sum of RGB (Red+Green+Blue) = 117+221+109=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DD6D is #8A2292. Grayscale: #B1B1B1. Windows color (decimal): -9052819 or 7200117. OLE color: 7200117.
HSL color Cylindrical-coordinate representation of color #75DD6D: hue angle of 115.71º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75DD6D is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 109 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.13 |
| HSL | 115.71º | 0.62% | 0.65% | - |
| HSV(B) | 115.71º | 0.51% | 0.87% | - |
| XYZ | 35.95 | 56.6 | 23.5 | - |
| YUV | 177.14 | 89.54 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 109 | 0.47 | 0 | 0.51 | 0.13 | 115.71 | 0.62 | 0.65 |
| Hex | 75 | DD | 6D | 2F | 0 | 33 | D | 74 | 3E | 41 |
| Octal | 165 | 335 | 155 | 57 | 0 | 63 | 15 | 164 | 76 | 101 |
| Binary | 1110101 | 11011101 | 1101101 | 101111 | 0 | 110011 | 1101 | 1110100 | 111110 | 1000001 |
Color Harmonies of #75DD6D
Complementary color
Monochromatic Colors of #75DD6D
Black with #75DD6D
Text Example
Text Example
White with #75DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DD6D; }
p { color: rgb(117,221,109); }
H1.HeaderClassName
{
color: #75DD6D;
}
.AnyTagClassName
{
color: #75DD6D;
}
</style>
background-color css
<style>
a { background-color: #75DD6D; }
a { background-color: rgb(117,221,109); }
div.DivClassName
{
background-color: #75DD6D;
}
.BgClassName
{
background-color: #75DD6D;
}
</style>
border-color css
<style>
span { border-color: #75DD6D; }
span { border-color: rgb(117,221,109); }
td.TdClassName
{
border-color: #75DD6D;
}
.TagClassName
{
border-color: #75DD6D;
}
</style>