Shades of Apple #72CA34
Tints of Apple #72CA34
RGB
CMYK
RGB Variations
Color information
#72CA34 (or 0x72CA34) is known color: Apple. HEX triplet: 72, CA and 34. RGB value is (114,202,52). Sum of RGB (Red+Green+Blue) = 114+202+52=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CA34 is #8D35CB. Grayscale: #9F9F9F. Windows color (decimal): -9254348 or 3459698. OLE color: 3459698.
HSL color Cylindrical-coordinate representation of color #72CA34: hue angle of 95.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72CA34 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 202 | 52 | - |
| CMYK | 0.44 | 0 | 0.74 | 0.21 |
| HSL | 95.2º | 0.59% | 0.5% | - |
| HSV(B) | 95.2º | 0.74% | 0.79% | - |
| XYZ | 28.68 | 46.07 | 10.63 | - |
| YUV | 158.59 | 67.85 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 202 | 52 | 0.44 | 0 | 0.74 | 0.21 | 95.2 | 0.59 | 0.5 |
| Hex | 72 | CA | 34 | 2C | 0 | 4A | 15 | 5F | 3B | 32 |
| Octal | 162 | 312 | 64 | 54 | 0 | 112 | 25 | 137 | 73 | 62 |
| Binary | 1110010 | 11001010 | 110100 | 101100 | 0 | 1001010 | 10101 | 1011111 | 111011 | 110010 |
Color Harmonies of #72CA34
Complementary color
Monochromatic Colors of #72CA34
Black with #72CA34
Text Example
Text Example
White with #72CA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CA34; }
p { color: rgb(114,202,52); }
H1.HeaderClassName
{
color: #72CA34;
}
.AnyTagClassName
{
color: #72CA34;
}
</style>
background-color css
<style>
a { background-color: #72CA34; }
a { background-color: rgb(114,202,52); }
div.DivClassName
{
background-color: #72CA34;
}
.BgClassName
{
background-color: #72CA34;
}
</style>
border-color css
<style>
span { border-color: #72CA34; }
span { border-color: rgb(114,202,52); }
td.TdClassName
{
border-color: #72CA34;
}
.TagClassName
{
border-color: #72CA34;
}
</style>