Shades of Yellow Green #77DD31
Tints of Yellow Green #77DD31
RGB
CMYK
RGB Variations
Color information
#77DD31 (or 0x77DD31) is known color: Yellow Green. HEX triplet: 77, DD and 31. RGB value is (119,221,49). Sum of RGB (Red+Green+Blue) = 119+221+49=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #77DD31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77DD31 is #8822CE. Grayscale: #ABABAB. Windows color (decimal): -8921807 or 3267959. OLE color: 3267959.
HSL color Cylindrical-coordinate representation of color #77DD31: hue angle of 95.58º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77DD31 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 49 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.13 |
| HSL | 95.58º | 0.72% | 0.53% | - |
| HSV(B) | 95.58º | 0.78% | 0.87% | - |
| XYZ | 34.02 | 55.86 | 11.89 | - |
| YUV | 170.89 | 59.21 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 49 | 0.46 | 0 | 0.78 | 0.13 | 95.58 | 0.72 | 0.53 |
| Hex | 77 | DD | 31 | 2E | 0 | 4E | D | 60 | 48 | 35 |
| Octal | 167 | 335 | 61 | 56 | 0 | 116 | 15 | 140 | 110 | 65 |
| Binary | 1110111 | 11011101 | 110001 | 101110 | 0 | 1001110 | 1101 | 1100000 | 1001000 | 110101 |
Color Harmonies of #77DD31
Complementary color
Monochromatic Colors of #77DD31
Black with #77DD31
Text Example
Text Example
White with #77DD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DD31; }
p { color: rgb(119,221,49); }
H1.HeaderClassName
{
color: #77DD31;
}
.AnyTagClassName
{
color: #77DD31;
}
</style>
background-color css
<style>
a { background-color: #77DD31; }
a { background-color: rgb(119,221,49); }
div.DivClassName
{
background-color: #77DD31;
}
.BgClassName
{
background-color: #77DD31;
}
</style>
border-color css
<style>
span { border-color: #77DD31; }
span { border-color: rgb(119,221,49); }
td.TdClassName
{
border-color: #77DD31;
}
.TagClassName
{
border-color: #77DD31;
}
</style>