Shades of Apple #72D02E
Tints of Apple #72D02E
RGB
CMYK
RGB Variations
Color information
#72D02E (or 0x72D02E) is known color: Apple. HEX triplet: 72, D0 and 2E. RGB value is (114,208,46). Sum of RGB (Red+Green+Blue) = 114+208+46=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #72D02E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D02E is #8D2FD1. Grayscale: #A1A1A1. Windows color (decimal): -9252818 or 3068018. OLE color: 3068018.
HSL color Cylindrical-coordinate representation of color #72D02E: hue angle of 94.81º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72D02E is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 208 | 46 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.18 |
| HSL | 94.81º | 0.64% | 0.5% | - |
| HSV(B) | 94.81º | 0.78% | 0.82% | - |
| XYZ | 29.99 | 48.89 | 10.44 | - |
| YUV | 161.43 | 62.86 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 208 | 46 | 0.45 | 0 | 0.78 | 0.18 | 94.81 | 0.64 | 0.5 |
| Hex | 72 | D0 | 2E | 2D | 0 | 4E | 12 | 5F | 40 | 32 |
| Octal | 162 | 320 | 56 | 55 | 0 | 116 | 22 | 137 | 100 | 62 |
| Binary | 1110010 | 11010000 | 101110 | 101101 | 0 | 1001110 | 10010 | 1011111 | 1000000 | 110010 |
Color Harmonies of #72D02E
Complementary color
Monochromatic Colors of #72D02E
Black with #72D02E
Text Example
Text Example
White with #72D02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D02E; }
p { color: rgb(114,208,46); }
H1.HeaderClassName
{
color: #72D02E;
}
.AnyTagClassName
{
color: #72D02E;
}
</style>
background-color css
<style>
a { background-color: #72D02E; }
a { background-color: rgb(114,208,46); }
div.DivClassName
{
background-color: #72D02E;
}
.BgClassName
{
background-color: #72D02E;
}
</style>
border-color css
<style>
span { border-color: #72D02E; }
span { border-color: rgb(114,208,46); }
td.TdClassName
{
border-color: #72D02E;
}
.TagClassName
{
border-color: #72D02E;
}
</style>