Shades of Yellow Green #71DE2C
Tints of Yellow Green #71DE2C
RGB
CMYK
RGB Variations
Color information
#71DE2C (or 0x71DE2C) is known color: Yellow Green. HEX triplet: 71, DE and 2C. RGB value is (113,222,44). Sum of RGB (Red+Green+Blue) = 113+222+44=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 222 (87.11% from 255 or 58.58% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 222 - color contains mainly: green. Hex color #71DE2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DE2C is #8E21D3. Grayscale: #A9A9A9. Windows color (decimal): -9314772 or 2940529. OLE color: 2940529.
HSL color Cylindrical-coordinate representation of color #71DE2C: hue angle of 96.74º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71DE2C is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 222 | 44 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.13 |
| HSL | 96.74º | 0.73% | 0.52% | - |
| HSV(B) | 96.74º | 0.8% | 0.87% | - |
| XYZ | 33.39 | 55.94 | 11.42 | - |
| YUV | 169.12 | 57.39 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 222 | 44 | 0.49 | 0 | 0.80 | 0.13 | 96.74 | 0.73 | 0.52 |
| Hex | 71 | DE | 2C | 31 | 0 | 50 | D | 61 | 49 | 34 |
| Octal | 161 | 336 | 54 | 61 | 0 | 120 | 15 | 141 | 111 | 64 |
| Binary | 1110001 | 11011110 | 101100 | 110001 | 0 | 1010000 | 1101 | 1100001 | 1001001 | 110100 |
Color Harmonies of #71DE2C
Complementary color
Monochromatic Colors of #71DE2C
Black with #71DE2C
Text Example
Text Example
White with #71DE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DE2C; }
p { color: rgb(113,222,44); }
H1.HeaderClassName
{
color: #71DE2C;
}
.AnyTagClassName
{
color: #71DE2C;
}
</style>
background-color css
<style>
a { background-color: #71DE2C; }
a { background-color: rgb(113,222,44); }
div.DivClassName
{
background-color: #71DE2C;
}
.BgClassName
{
background-color: #71DE2C;
}
</style>
border-color css
<style>
span { border-color: #71DE2C; }
span { border-color: rgb(113,222,44); }
td.TdClassName
{
border-color: #71DE2C;
}
.TagClassName
{
border-color: #71DE2C;
}
</style>