Shades of Yellow Green #77DD30
Tints of Yellow Green #77DD30
RGB
CMYK
RGB Variations
Color information
#77DD30 (or 0x77DD30) is known color: Yellow Green. HEX triplet: 77, DD and 30. RGB value is (119,221,48). Sum of RGB (Red+Green+Blue) = 119+221+48=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #77DD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77DD30 is #8822CF. Grayscale: #ABABAB. Windows color (decimal): -8921808 or 3202423. OLE color: 3202423.
HSL color Cylindrical-coordinate representation of color #77DD30: hue angle of 95.38º 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 #77DD30 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 48 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.13 |
| HSL | 95.38º | 0.72% | 0.53% | - |
| HSV(B) | 95.38º | 0.78% | 0.87% | - |
| XYZ | 34 | 55.85 | 11.78 | - |
| YUV | 170.78 | 58.71 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 48 | 0.46 | 0 | 0.78 | 0.13 | 95.38 | 0.72 | 0.53 |
| Hex | 77 | DD | 30 | 2E | 0 | 4E | D | 5F | 48 | 35 |
| Octal | 167 | 335 | 60 | 56 | 0 | 116 | 15 | 137 | 110 | 65 |
| Binary | 1110111 | 11011101 | 110000 | 101110 | 0 | 1001110 | 1101 | 1011111 | 1001000 | 110101 |
Color Harmonies of #77DD30
Complementary color
Monochromatic Colors of #77DD30
Black with #77DD30
Text Example
Text Example
White with #77DD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DD30; }
p { color: rgb(119,221,48); }
H1.HeaderClassName
{
color: #77DD30;
}
.AnyTagClassName
{
color: #77DD30;
}
</style>
background-color css
<style>
a { background-color: #77DD30; }
a { background-color: rgb(119,221,48); }
div.DivClassName
{
background-color: #77DD30;
}
.BgClassName
{
background-color: #77DD30;
}
</style>
border-color css
<style>
span { border-color: #77DD30; }
span { border-color: rgb(119,221,48); }
td.TdClassName
{
border-color: #77DD30;
}
.TagClassName
{
border-color: #77DD30;
}
</style>