Shades of Pastel Green #77EA83
Tints of Pastel Green #77EA83
RGB
CMYK
RGB Variations
Color information
#77EA83 (or 0x77EA83) is known color: Pastel Green. HEX triplet: 77, EA and 83. RGB value is (119,234,131). Sum of RGB (Red+Green+Blue) = 119+234+131=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #77EA83 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77EA83 is #88157C. Grayscale: #BCBCBC. Windows color (decimal): -8918397 or 8645239. OLE color: 8645239.
HSL color Cylindrical-coordinate representation of color #77EA83: hue angle of 126.26º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EA83 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 234 | 131 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.08 |
| HSL | 126.26º | 0.73% | 0.69% | - |
| HSV(B) | 126.26º | 0.49% | 0.92% | - |
| XYZ | 41.13 | 64.41 | 31.74 | - |
| YUV | 187.87 | 95.9 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 234 | 131 | 0.49 | 0 | 0.44 | 0.08 | 126.26 | 0.73 | 0.69 |
| Hex | 77 | EA | 83 | 31 | 0 | 2C | 8 | 7E | 49 | 45 |
| Octal | 167 | 352 | 203 | 61 | 0 | 54 | 10 | 176 | 111 | 105 |
| Binary | 1110111 | 11101010 | 10000011 | 110001 | 0 | 101100 | 1000 | 1111110 | 1001001 | 1000101 |
Color Harmonies of #77EA83
Complementary color
Monochromatic Colors of #77EA83
Black with #77EA83
Text Example
Text Example
White with #77EA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EA83; }
p { color: rgb(119,234,131); }
H1.HeaderClassName
{
color: #77EA83;
}
.AnyTagClassName
{
color: #77EA83;
}
</style>
background-color css
<style>
a { background-color: #77EA83; }
a { background-color: rgb(119,234,131); }
div.DivClassName
{
background-color: #77EA83;
}
.BgClassName
{
background-color: #77EA83;
}
</style>
border-color css
<style>
span { border-color: #77EA83; }
span { border-color: rgb(119,234,131); }
td.TdClassName
{
border-color: #77EA83;
}
.TagClassName
{
border-color: #77EA83;
}
</style>