Shades of Pastel Green #75DC77
Tints of Pastel Green #75DC77
RGB
CMYK
RGB Variations
Color information
#75DC77 (or 0x75DC77) is known color: Pastel Green. HEX triplet: 75, DC and 77. RGB value is (117,220,119). Sum of RGB (Red+Green+Blue) = 117+220+119=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC77 is #8A2388. Grayscale: #B1B1B1. Windows color (decimal): -9053065 or 7855221. OLE color: 7855221.
HSL color Cylindrical-coordinate representation of color #75DC77: hue angle of 121.17º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DC77 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 220 | 119 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.14 |
| HSL | 121.17º | 0.6% | 0.66% | - |
| HSV(B) | 121.17º | 0.47% | 0.86% | - |
| XYZ | 36.26 | 56.3 | 26.41 | - |
| YUV | 177.69 | 94.88 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 119 | 0.47 | 0 | 0.46 | 0.14 | 121.17 | 0.6 | 0.66 |
| Hex | 75 | DC | 77 | 2F | 0 | 2E | E | 79 | 3C | 42 |
| Octal | 165 | 334 | 167 | 57 | 0 | 56 | 16 | 171 | 74 | 102 |
| Binary | 1110101 | 11011100 | 1110111 | 101111 | 0 | 101110 | 1110 | 1111001 | 111100 | 1000010 |
Color Harmonies of #75DC77
Complementary color
Monochromatic Colors of #75DC77
Black with #75DC77
Text Example
Text Example
White with #75DC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DC77; }
p { color: rgb(117,220,119); }
H1.HeaderClassName
{
color: #75DC77;
}
.AnyTagClassName
{
color: #75DC77;
}
</style>
background-color css
<style>
a { background-color: #75DC77; }
a { background-color: rgb(117,220,119); }
div.DivClassName
{
background-color: #75DC77;
}
.BgClassName
{
background-color: #75DC77;
}
</style>
border-color css
<style>
span { border-color: #75DC77; }
span { border-color: rgb(117,220,119); }
td.TdClassName
{
border-color: #75DC77;
}
.TagClassName
{
border-color: #75DC77;
}
</style>