Shades of Pastel Green #75DD83
Tints of Pastel Green #75DD83
RGB
CMYK
RGB Variations
Color information
#75DD83 (or 0x75DD83) is known color: Pastel Green. HEX triplet: 75, DD and 83. RGB value is (117,221,131). Sum of RGB (Red+Green+Blue) = 117+221+131=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DD83 is #8A227C. Grayscale: #B3B3B3. Windows color (decimal): -9052797 or 8641909. OLE color: 8641909.
HSL color Cylindrical-coordinate representation of color #75DD83: hue angle of 128.08º 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 #75DD83 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 131 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.13 |
| HSL | 128.08º | 0.6% | 0.66% | - |
| HSV(B) | 128.08º | 0.47% | 0.87% | - |
| XYZ | 37.29 | 57.13 | 30.54 | - |
| YUV | 179.64 | 100.54 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 131 | 0.47 | 0 | 0.41 | 0.13 | 128.08 | 0.6 | 0.66 |
| Hex | 75 | DD | 83 | 2F | 0 | 29 | D | 80 | 3C | 42 |
| Octal | 165 | 335 | 203 | 57 | 0 | 51 | 15 | 200 | 74 | 102 |
| Binary | 1110101 | 11011101 | 10000011 | 101111 | 0 | 101001 | 1101 | 10000000 | 111100 | 1000010 |
Color Harmonies of #75DD83
Complementary color
Monochromatic Colors of #75DD83
Black with #75DD83
Text Example
Text Example
White with #75DD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DD83; }
p { color: rgb(117,221,131); }
H1.HeaderClassName
{
color: #75DD83;
}
.AnyTagClassName
{
color: #75DD83;
}
</style>
background-color css
<style>
a { background-color: #75DD83; }
a { background-color: rgb(117,221,131); }
div.DivClassName
{
background-color: #75DD83;
}
.BgClassName
{
background-color: #75DD83;
}
</style>
border-color css
<style>
span { border-color: #75DD83; }
span { border-color: rgb(117,221,131); }
td.TdClassName
{
border-color: #75DD83;
}
.TagClassName
{
border-color: #75DD83;
}
</style>