Shades of Pastel Green #75D863
Tints of Pastel Green #75D863
RGB
CMYK
RGB Variations
Color information
#75D863 (or 0x75D863) is known color: Pastel Green. HEX triplet: 75, D8 and 63. RGB value is (117,216,99). Sum of RGB (Red+Green+Blue) = 117+216+99=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #75D863 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D863 is #8A279C. Grayscale: #ADADAD. Windows color (decimal): -9054109 or 6543477. OLE color: 6543477.
HSL color Cylindrical-coordinate representation of color #75D863: hue angle of 110.77º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75D863 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 216 | 99 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.15 |
| HSL | 110.77º | 0.6% | 0.62% | - |
| HSV(B) | 110.77º | 0.54% | 0.85% | - |
| XYZ | 34.14 | 53.79 | 20.39 | - |
| YUV | 173.06 | 86.2 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 216 | 99 | 0.46 | 0 | 0.54 | 0.15 | 110.77 | 0.6 | 0.62 |
| Hex | 75 | D8 | 63 | 2E | 0 | 36 | F | 6F | 3C | 3E |
| Octal | 165 | 330 | 143 | 56 | 0 | 66 | 17 | 157 | 74 | 76 |
| Binary | 1110101 | 11011000 | 1100011 | 101110 | 0 | 110110 | 1111 | 1101111 | 111100 | 111110 |
Color Harmonies of #75D863
Complementary color
Monochromatic Colors of #75D863
Black with #75D863
Text Example
Text Example
White with #75D863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D863; }
p { color: rgb(117,216,99); }
H1.HeaderClassName
{
color: #75D863;
}
.AnyTagClassName
{
color: #75D863;
}
</style>
background-color css
<style>
a { background-color: #75D863; }
a { background-color: rgb(117,216,99); }
div.DivClassName
{
background-color: #75D863;
}
.BgClassName
{
background-color: #75D863;
}
</style>
border-color css
<style>
span { border-color: #75D863; }
span { border-color: rgb(117,216,99); }
td.TdClassName
{
border-color: #75D863;
}
.TagClassName
{
border-color: #75D863;
}
</style>