Shades of Pastel Green #77DB75
Tints of Pastel Green #77DB75
RGB
CMYK
RGB Variations
Color information
#77DB75 (or 0x77DB75) is known color: Pastel Green. HEX triplet: 77, DB and 75. RGB value is (119,219,117). Sum of RGB (Red+Green+Blue) = 119+219+117=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #77DB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DB75 is #88248A. Grayscale: #B1B1B1. Windows color (decimal): -8922251 or 7723895. OLE color: 7723895.
HSL color Cylindrical-coordinate representation of color #77DB75: hue angle of 118.82º degrees, saturation: 0.59, 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 #77DB75 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 219 | 117 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.14 |
| HSL | 118.82º | 0.59% | 0.66% | - |
| HSV(B) | 118.82º | 0.47% | 0.86% | - |
| XYZ | 36.15 | 55.87 | 25.71 | - |
| YUV | 177.47 | 93.87 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 117 | 0.46 | 0 | 0.47 | 0.14 | 118.82 | 0.59 | 0.66 |
| Hex | 77 | DB | 75 | 2E | 0 | 2F | E | 77 | 3B | 42 |
| Octal | 167 | 333 | 165 | 56 | 0 | 57 | 16 | 167 | 73 | 102 |
| Binary | 1110111 | 11011011 | 1110101 | 101110 | 0 | 101111 | 1110 | 1110111 | 111011 | 1000010 |
Color Harmonies of #77DB75
Complementary color
Monochromatic Colors of #77DB75
Black with #77DB75
Text Example
Text Example
White with #77DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DB75; }
p { color: rgb(119,219,117); }
H1.HeaderClassName
{
color: #77DB75;
}
.AnyTagClassName
{
color: #77DB75;
}
</style>
background-color css
<style>
a { background-color: #77DB75; }
a { background-color: rgb(119,219,117); }
div.DivClassName
{
background-color: #77DB75;
}
.BgClassName
{
background-color: #77DB75;
}
</style>
border-color css
<style>
span { border-color: #77DB75; }
span { border-color: rgb(119,219,117); }
td.TdClassName
{
border-color: #77DB75;
}
.TagClassName
{
border-color: #77DB75;
}
</style>