Shades of Apple #72D031
Tints of Apple #72D031
RGB
CMYK
RGB Variations
Color information
#72D031 (or 0x72D031) is known color: Apple. HEX triplet: 72, D0 and 31. RGB value is (114,208,49). Sum of RGB (Red+Green+Blue) = 114+208+49=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #72D031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D031 is #8D2FCE. Grayscale: #A2A2A2. Windows color (decimal): -9252815 or 3264626. OLE color: 3264626.
HSL color Cylindrical-coordinate representation of color #72D031: hue angle of 95.47º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72D031 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 208 | 49 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.18 |
| HSL | 95.47º | 0.63% | 0.5% | - |
| HSV(B) | 95.47º | 0.76% | 0.82% | - |
| XYZ | 30.05 | 48.91 | 10.76 | - |
| YUV | 161.77 | 64.36 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 208 | 49 | 0.45 | 0 | 0.76 | 0.18 | 95.47 | 0.63 | 0.5 |
| Hex | 72 | D0 | 31 | 2D | 0 | 4C | 12 | 5F | 3F | 32 |
| Octal | 162 | 320 | 61 | 55 | 0 | 114 | 22 | 137 | 77 | 62 |
| Binary | 1110010 | 11010000 | 110001 | 101101 | 0 | 1001100 | 10010 | 1011111 | 111111 | 110010 |
Color Harmonies of #72D031
Complementary color
Monochromatic Colors of #72D031
Black with #72D031
Text Example
Text Example
White with #72D031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D031; }
p { color: rgb(114,208,49); }
H1.HeaderClassName
{
color: #72D031;
}
.AnyTagClassName
{
color: #72D031;
}
</style>
background-color css
<style>
a { background-color: #72D031; }
a { background-color: rgb(114,208,49); }
div.DivClassName
{
background-color: #72D031;
}
.BgClassName
{
background-color: #72D031;
}
</style>
border-color css
<style>
span { border-color: #72D031; }
span { border-color: rgb(114,208,49); }
td.TdClassName
{
border-color: #72D031;
}
.TagClassName
{
border-color: #72D031;
}
</style>