Shades of Pastel Green #75DD86
Tints of Pastel Green #75DD86
RGB
CMYK
RGB Variations
Color information
#75DD86 (or 0x75DD86) is known color: Pastel Green. HEX triplet: 75, DD and 86. RGB value is (117,221,134). Sum of RGB (Red+Green+Blue) = 117+221+134=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DD86 is #8A2279. Grayscale: #B4B4B4. Windows color (decimal): -9052794 or 8838517. OLE color: 8838517.
HSL color Cylindrical-coordinate representation of color #75DD86: hue angle of 129.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DD86 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 134 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.13 |
| HSL | 129.81º | 0.6% | 0.66% | - |
| HSV(B) | 129.81º | 0.47% | 0.87% | - |
| XYZ | 37.5 | 57.22 | 31.62 | - |
| YUV | 179.99 | 102.04 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 134 | 0.47 | 0 | 0.39 | 0.13 | 129.81 | 0.6 | 0.66 |
| Hex | 75 | DD | 86 | 2F | 0 | 27 | D | 82 | 3C | 42 |
| Octal | 165 | 335 | 206 | 57 | 0 | 47 | 15 | 202 | 74 | 102 |
| Binary | 1110101 | 11011101 | 10000110 | 101111 | 0 | 100111 | 1101 | 10000010 | 111100 | 1000010 |
Color Harmonies of #75DD86
Complementary color
Monochromatic Colors of #75DD86
Black with #75DD86
Text Example
Text Example
White with #75DD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DD86; }
p { color: rgb(117,221,134); }
H1.HeaderClassName
{
color: #75DD86;
}
.AnyTagClassName
{
color: #75DD86;
}
</style>
background-color css
<style>
a { background-color: #75DD86; }
a { background-color: rgb(117,221,134); }
div.DivClassName
{
background-color: #75DD86;
}
.BgClassName
{
background-color: #75DD86;
}
</style>
border-color css
<style>
span { border-color: #75DD86; }
span { border-color: rgb(117,221,134); }
td.TdClassName
{
border-color: #75DD86;
}
.TagClassName
{
border-color: #75DD86;
}
</style>