Shades of Pastel Green #77CE7D
Tints of Pastel Green #77CE7D
RGB
CMYK
RGB Variations
Color information
#77CE7D (or 0x77CE7D) is known color: Pastel Green. HEX triplet: 77, CE and 7D. RGB value is (119,206,125). Sum of RGB (Red+Green+Blue) = 119+206+125=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #77CE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CE7D is #883182. Grayscale: #AAAAAA. Windows color (decimal): -8925571 or 8244855. OLE color: 8244855.
HSL color Cylindrical-coordinate representation of color #77CE7D: hue angle of 124.14º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CE7D is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 206 | 125 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.19 |
| HSL | 124.14º | 0.47% | 0.64% | - |
| HSV(B) | 124.14º | 0.42% | 0.81% | - |
| XYZ | 33.38 | 49.55 | 27.21 | - |
| YUV | 170.75 | 102.18 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 206 | 125 | 0.42 | 0 | 0.39 | 0.19 | 124.14 | 0.47 | 0.64 |
| Hex | 77 | CE | 7D | 2A | 0 | 27 | 13 | 7C | 2F | 40 |
| Octal | 167 | 316 | 175 | 52 | 0 | 47 | 23 | 174 | 57 | 100 |
| Binary | 1110111 | 11001110 | 1111101 | 101010 | 0 | 100111 | 10011 | 1111100 | 101111 | 1000000 |
Color Harmonies of #77CE7D
Complementary color
Monochromatic Colors of #77CE7D
Black with #77CE7D
Text Example
Text Example
White with #77CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CE7D; }
p { color: rgb(119,206,125); }
H1.HeaderClassName
{
color: #77CE7D;
}
.AnyTagClassName
{
color: #77CE7D;
}
</style>
background-color css
<style>
a { background-color: #77CE7D; }
a { background-color: rgb(119,206,125); }
div.DivClassName
{
background-color: #77CE7D;
}
.BgClassName
{
background-color: #77CE7D;
}
</style>
border-color css
<style>
span { border-color: #77CE7D; }
span { border-color: rgb(119,206,125); }
td.TdClassName
{
border-color: #77CE7D;
}
.TagClassName
{
border-color: #77CE7D;
}
</style>