Shades of Pastel Green #75DD6F
Tints of Pastel Green #75DD6F
RGB
CMYK
RGB Variations
Color information
#75DD6F (or 0x75DD6F) is known color: Pastel Green. HEX triplet: 75, DD and 6F. RGB value is (117,221,111). Sum of RGB (Red+Green+Blue) = 117+221+111=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DD6F is #8A2290. Grayscale: #B1B1B1. Windows color (decimal): -9052817 or 7331189. OLE color: 7331189.
HSL color Cylindrical-coordinate representation of color #75DD6F: hue angle of 116.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75DD6F is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 111 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.13 |
| HSL | 116.73º | 0.62% | 0.65% | - |
| HSV(B) | 116.73º | 0.5% | 0.87% | - |
| XYZ | 36.06 | 56.64 | 24.07 | - |
| YUV | 177.36 | 90.54 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 111 | 0.47 | 0 | 0.50 | 0.13 | 116.73 | 0.62 | 0.65 |
| Hex | 75 | DD | 6F | 2F | 0 | 32 | D | 75 | 3E | 41 |
| Octal | 165 | 335 | 157 | 57 | 0 | 62 | 15 | 165 | 76 | 101 |
| Binary | 1110101 | 11011101 | 1101111 | 101111 | 0 | 110010 | 1101 | 1110101 | 111110 | 1000001 |
Color Harmonies of #75DD6F
Complementary color
Monochromatic Colors of #75DD6F
Black with #75DD6F
Text Example
Text Example
White with #75DD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DD6F; }
p { color: rgb(117,221,111); }
H1.HeaderClassName
{
color: #75DD6F;
}
.AnyTagClassName
{
color: #75DD6F;
}
</style>
background-color css
<style>
a { background-color: #75DD6F; }
a { background-color: rgb(117,221,111); }
div.DivClassName
{
background-color: #75DD6F;
}
.BgClassName
{
background-color: #75DD6F;
}
</style>
border-color css
<style>
span { border-color: #75DD6F; }
span { border-color: rgb(117,221,111); }
td.TdClassName
{
border-color: #75DD6F;
}
.TagClassName
{
border-color: #75DD6F;
}
</style>