Shades of Apple #71DD30
Tints of Apple #71DD30
RGB
CMYK
RGB Variations
Color information
#71DD30 (or 0x71DD30) is known color: Apple. HEX triplet: 71, DD and 30. RGB value is (113,221,48). Sum of RGB (Red+Green+Blue) = 113+221+48=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DD30 is #8E22CF. Grayscale: #A9A9A9. Windows color (decimal): -9315024 or 3202417. OLE color: 3202417.
HSL color Cylindrical-coordinate representation of color #71DD30: hue angle of 97.46º 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 #71DD30 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 48 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.13 |
| HSL | 97.46º | 0.72% | 0.53% | - |
| HSV(B) | 97.46º | 0.78% | 0.87% | - |
| XYZ | 33.2 | 55.44 | 11.75 | - |
| YUV | 168.99 | 59.72 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 48 | 0.49 | 0 | 0.78 | 0.13 | 97.46 | 0.72 | 0.53 |
| Hex | 71 | DD | 30 | 31 | 0 | 4E | D | 61 | 48 | 35 |
| Octal | 161 | 335 | 60 | 61 | 0 | 116 | 15 | 141 | 110 | 65 |
| Binary | 1110001 | 11011101 | 110000 | 110001 | 0 | 1001110 | 1101 | 1100001 | 1001000 | 110101 |
Color Harmonies of #71DD30
Complementary color
Monochromatic Colors of #71DD30
Black with #71DD30
Text Example
Text Example
White with #71DD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DD30; }
p { color: rgb(113,221,48); }
H1.HeaderClassName
{
color: #71DD30;
}
.AnyTagClassName
{
color: #71DD30;
}
</style>
background-color css
<style>
a { background-color: #71DD30; }
a { background-color: rgb(113,221,48); }
div.DivClassName
{
background-color: #71DD30;
}
.BgClassName
{
background-color: #71DD30;
}
</style>
border-color css
<style>
span { border-color: #71DD30; }
span { border-color: rgb(113,221,48); }
td.TdClassName
{
border-color: #71DD30;
}
.TagClassName
{
border-color: #71DD30;
}
</style>