Shades of Pastel Green #77DD6B
Tints of Pastel Green #77DD6B
RGB
CMYK
RGB Variations
Color information
#77DD6B (or 0x77DD6B) is known color: Pastel Green. HEX triplet: 77, DD and 6B. RGB value is (119,221,107). Sum of RGB (Red+Green+Blue) = 119+221+107=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #77DD6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77DD6B is #882294. Grayscale: #B1B1B1. Windows color (decimal): -8921749 or 7069047. OLE color: 7069047.
HSL color Cylindrical-coordinate representation of color #77DD6B: hue angle of 113.68º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77DD6B is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 107 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.13 |
| HSL | 113.68º | 0.63% | 0.64% | - |
| HSV(B) | 113.68º | 0.52% | 0.87% | - |
| XYZ | 36.12 | 56.7 | 22.95 | - |
| YUV | 177.51 | 88.21 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 107 | 0.46 | 0 | 0.52 | 0.13 | 113.68 | 0.63 | 0.64 |
| Hex | 77 | DD | 6B | 2E | 0 | 34 | D | 72 | 3F | 40 |
| Octal | 167 | 335 | 153 | 56 | 0 | 64 | 15 | 162 | 77 | 100 |
| Binary | 1110111 | 11011101 | 1101011 | 101110 | 0 | 110100 | 1101 | 1110010 | 111111 | 1000000 |
Color Harmonies of #77DD6B
Complementary color
Monochromatic Colors of #77DD6B
Black with #77DD6B
Text Example
Text Example
White with #77DD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DD6B; }
p { color: rgb(119,221,107); }
H1.HeaderClassName
{
color: #77DD6B;
}
.AnyTagClassName
{
color: #77DD6B;
}
</style>
background-color css
<style>
a { background-color: #77DD6B; }
a { background-color: rgb(119,221,107); }
div.DivClassName
{
background-color: #77DD6B;
}
.BgClassName
{
background-color: #77DD6B;
}
</style>
border-color css
<style>
span { border-color: #77DD6B; }
span { border-color: rgb(119,221,107); }
td.TdClassName
{
border-color: #77DD6B;
}
.TagClassName
{
border-color: #77DD6B;
}
</style>