Shades of Yellow Green #71DB27
Tints of Yellow Green #71DB27
RGB
CMYK
RGB Variations
Color information
#71DB27 (or 0x71DB27) is known color: Yellow Green. HEX triplet: 71, DB and 27. RGB value is (113,219,39). Sum of RGB (Red+Green+Blue) = 113+219+39=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 219 (85.94% from 255 or 59.03% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 219 - color contains mainly: green. Hex color #71DB27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DB27 is #8E24D8. Grayscale: #A7A7A7. Windows color (decimal): -9315545 or 2612081. OLE color: 2612081.
HSL color Cylindrical-coordinate representation of color #71DB27: hue angle of 95.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71DB27 is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 219 | 39 | - |
| CMYK | 0.48 | 0 | 0.82 | 0.14 |
| HSL | 95.33º | 0.71% | 0.51% | - |
| HSV(B) | 95.33º | 0.82% | 0.86% | - |
| XYZ | 32.51 | 54.32 | 10.69 | - |
| YUV | 166.79 | 55.88 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 219 | 39 | 0.48 | 0 | 0.82 | 0.14 | 95.33 | 0.71 | 0.51 |
| Hex | 71 | DB | 27 | 30 | 0 | 52 | E | 5F | 47 | 33 |
| Octal | 161 | 333 | 47 | 60 | 0 | 122 | 16 | 137 | 107 | 63 |
| Binary | 1110001 | 11011011 | 100111 | 110000 | 0 | 1010010 | 1110 | 1011111 | 1000111 | 110011 |
Color Harmonies of #71DB27
Complementary color
Monochromatic Colors of #71DB27
Black with #71DB27
Text Example
Text Example
White with #71DB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DB27; }
p { color: rgb(113,219,39); }
H1.HeaderClassName
{
color: #71DB27;
}
.AnyTagClassName
{
color: #71DB27;
}
</style>
background-color css
<style>
a { background-color: #71DB27; }
a { background-color: rgb(113,219,39); }
div.DivClassName
{
background-color: #71DB27;
}
.BgClassName
{
background-color: #71DB27;
}
</style>
border-color css
<style>
span { border-color: #71DB27; }
span { border-color: rgb(113,219,39); }
td.TdClassName
{
border-color: #71DB27;
}
.TagClassName
{
border-color: #71DB27;
}
</style>