Shades of Apple #72BD4E
Tints of Apple #72BD4E
RGB
CMYK
RGB Variations
Color information
#72BD4E (or 0x72BD4E) is known color: Apple. HEX triplet: 72, BD and 4E. RGB value is (114,189,78). Sum of RGB (Red+Green+Blue) = 114+189+78=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BD4E is #8D42B1. Grayscale: #9A9A9A. Windows color (decimal): -9257650 or 5160306. OLE color: 5160306.
HSL color Cylindrical-coordinate representation of color #72BD4E: hue angle of 100.54º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72BD4E is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 189 | 78 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.26 |
| HSL | 100.54º | 0.46% | 0.52% | - |
| HSV(B) | 100.54º | 0.59% | 0.74% | - |
| XYZ | 26.51 | 40.52 | 13.63 | - |
| YUV | 153.92 | 85.15 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 189 | 78 | 0.40 | 0 | 0.59 | 0.26 | 100.54 | 0.46 | 0.52 |
| Hex | 72 | BD | 4E | 28 | 0 | 3B | 1A | 65 | 2E | 34 |
| Octal | 162 | 275 | 116 | 50 | 0 | 73 | 32 | 145 | 56 | 64 |
| Binary | 1110010 | 10111101 | 1001110 | 101000 | 0 | 111011 | 11010 | 1100101 | 101110 | 110100 |
Color Harmonies of #72BD4E
Complementary color
Monochromatic Colors of #72BD4E
Black with #72BD4E
Text Example
Text Example
White with #72BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BD4E; }
p { color: rgb(114,189,78); }
H1.HeaderClassName
{
color: #72BD4E;
}
.AnyTagClassName
{
color: #72BD4E;
}
</style>
background-color css
<style>
a { background-color: #72BD4E; }
a { background-color: rgb(114,189,78); }
div.DivClassName
{
background-color: #72BD4E;
}
.BgClassName
{
background-color: #72BD4E;
}
</style>
border-color css
<style>
span { border-color: #72BD4E; }
span { border-color: rgb(114,189,78); }
td.TdClassName
{
border-color: #72BD4E;
}
.TagClassName
{
border-color: #72BD4E;
}
</style>