Shades of Apple #72CE34
Tints of Apple #72CE34
RGB
CMYK
RGB Variations
Color information
#72CE34 (or 0x72CE34) is known color: Apple. HEX triplet: 72, CE and 34. RGB value is (114,206,52). Sum of RGB (Red+Green+Blue) = 114+206+52=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 206 (80.86% from 255 or 55.38% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 206 - color contains mainly: green. Hex color #72CE34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CE34 is #8D31CB. Grayscale: #A1A1A1. Windows color (decimal): -9253324 or 3460722. OLE color: 3460722.
HSL color Cylindrical-coordinate representation of color #72CE34: hue angle of 95.84º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72CE34 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 206 | 52 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.19 |
| HSL | 95.84º | 0.61% | 0.51% | - |
| HSV(B) | 95.84º | 0.75% | 0.81% | - |
| XYZ | 29.63 | 47.97 | 10.95 | - |
| YUV | 160.94 | 66.52 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 206 | 52 | 0.45 | 0 | 0.75 | 0.19 | 95.84 | 0.61 | 0.51 |
| Hex | 72 | CE | 34 | 2D | 0 | 4B | 13 | 60 | 3D | 33 |
| Octal | 162 | 316 | 64 | 55 | 0 | 113 | 23 | 140 | 75 | 63 |
| Binary | 1110010 | 11001110 | 110100 | 101101 | 0 | 1001011 | 10011 | 1100000 | 111101 | 110011 |
Color Harmonies of #72CE34
Complementary color
Monochromatic Colors of #72CE34
Black with #72CE34
Text Example
Text Example
White with #72CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CE34; }
p { color: rgb(114,206,52); }
H1.HeaderClassName
{
color: #72CE34;
}
.AnyTagClassName
{
color: #72CE34;
}
</style>
background-color css
<style>
a { background-color: #72CE34; }
a { background-color: rgb(114,206,52); }
div.DivClassName
{
background-color: #72CE34;
}
.BgClassName
{
background-color: #72CE34;
}
</style>
border-color css
<style>
span { border-color: #72CE34; }
span { border-color: rgb(114,206,52); }
td.TdClassName
{
border-color: #72CE34;
}
.TagClassName
{
border-color: #72CE34;
}
</style>