Shades of Yellow Green #71DF2D
Tints of Yellow Green #71DF2D
RGB
CMYK
RGB Variations
Color information
#71DF2D (or 0x71DF2D) is known color: Yellow Green. HEX triplet: 71, DF and 2D. RGB value is (113,223,45). Sum of RGB (Red+Green+Blue) = 113+223+45=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #71DF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DF2D is #8E20D2. Grayscale: #AAAAAA. Windows color (decimal): -9314515 or 3006321. OLE color: 3006321.
HSL color Cylindrical-coordinate representation of color #71DF2D: hue angle of 97.08º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71DF2D is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 45 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.13 |
| HSL | 97.08º | 0.74% | 0.53% | - |
| HSV(B) | 97.08º | 0.8% | 0.87% | - |
| XYZ | 33.67 | 56.48 | 11.61 | - |
| YUV | 169.82 | 57.56 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 45 | 0.49 | 0 | 0.80 | 0.13 | 97.08 | 0.74 | 0.53 |
| Hex | 71 | DF | 2D | 31 | 0 | 50 | D | 61 | 4A | 35 |
| Octal | 161 | 337 | 55 | 61 | 0 | 120 | 15 | 141 | 112 | 65 |
| Binary | 1110001 | 11011111 | 101101 | 110001 | 0 | 1010000 | 1101 | 1100001 | 1001010 | 110101 |
Color Harmonies of #71DF2D
Complementary color
Monochromatic Colors of #71DF2D
Black with #71DF2D
Text Example
Text Example
White with #71DF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DF2D; }
p { color: rgb(113,223,45); }
H1.HeaderClassName
{
color: #71DF2D;
}
.AnyTagClassName
{
color: #71DF2D;
}
</style>
background-color css
<style>
a { background-color: #71DF2D; }
a { background-color: rgb(113,223,45); }
div.DivClassName
{
background-color: #71DF2D;
}
.BgClassName
{
background-color: #71DF2D;
}
</style>
border-color css
<style>
span { border-color: #71DF2D; }
span { border-color: rgb(113,223,45); }
td.TdClassName
{
border-color: #71DF2D;
}
.TagClassName
{
border-color: #71DF2D;
}
</style>