Shades of Apple #72CE40
Tints of Apple #72CE40
RGB
CMYK
RGB Variations
Color information
#72CE40 (or 0x72CE40) is known color: Apple. HEX triplet: 72, CE and 40. RGB value is (114,206,64). Sum of RGB (Red+Green+Blue) = 114+206+64=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #72CE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CE40 is #8D31BF. Grayscale: #A2A2A2. Windows color (decimal): -9253312 or 4247154. OLE color: 4247154.
HSL color Cylindrical-coordinate representation of color #72CE40: hue angle of 98.87º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72CE40 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 206 | 64 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.19 |
| HSL | 98.87º | 0.59% | 0.53% | - |
| HSV(B) | 98.87º | 0.69% | 0.81% | - |
| XYZ | 29.94 | 48.09 | 12.56 | - |
| YUV | 162.3 | 72.52 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 206 | 64 | 0.45 | 0 | 0.69 | 0.19 | 98.87 | 0.59 | 0.53 |
| Hex | 72 | CE | 40 | 2D | 0 | 45 | 13 | 63 | 3B | 35 |
| Octal | 162 | 316 | 100 | 55 | 0 | 105 | 23 | 143 | 73 | 65 |
| Binary | 1110010 | 11001110 | 1000000 | 101101 | 0 | 1000101 | 10011 | 1100011 | 111011 | 110101 |
Color Harmonies of #72CE40
Complementary color
Monochromatic Colors of #72CE40
Black with #72CE40
Text Example
Text Example
White with #72CE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CE40; }
p { color: rgb(114,206,64); }
H1.HeaderClassName
{
color: #72CE40;
}
.AnyTagClassName
{
color: #72CE40;
}
</style>
background-color css
<style>
a { background-color: #72CE40; }
a { background-color: rgb(114,206,64); }
div.DivClassName
{
background-color: #72CE40;
}
.BgClassName
{
background-color: #72CE40;
}
</style>
border-color css
<style>
span { border-color: #72CE40; }
span { border-color: rgb(114,206,64); }
td.TdClassName
{
border-color: #72CE40;
}
.TagClassName
{
border-color: #72CE40;
}
</style>