Shades of Apple #72CA46
Tints of Apple #72CA46
RGB
CMYK
RGB Variations
Color information
#72CA46 (or 0x72CA46) is known color: Apple. HEX triplet: 72, CA and 46. RGB value is (114,202,70). Sum of RGB (Red+Green+Blue) = 114+202+70=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CA46 is #8D35B9. Grayscale: #A1A1A1. Windows color (decimal): -9254330 or 4639346. OLE color: 4639346.
HSL color Cylindrical-coordinate representation of color #72CA46: hue angle of 100º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72CA46 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 202 | 70 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.21 |
| HSL | 100º | 0.55% | 0.53% | - |
| HSV(B) | 100º | 0.65% | 0.79% | - |
| XYZ | 29.17 | 46.26 | 13.19 | - |
| YUV | 160.64 | 76.85 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 202 | 70 | 0.44 | 0 | 0.65 | 0.21 | 100 | 0.55 | 0.53 |
| Hex | 72 | CA | 46 | 2C | 0 | 41 | 15 | 64 | 37 | 35 |
| Octal | 162 | 312 | 106 | 54 | 0 | 101 | 25 | 144 | 67 | 65 |
| Binary | 1110010 | 11001010 | 1000110 | 101100 | 0 | 1000001 | 10101 | 1100100 | 110111 | 110101 |
Color Harmonies of #72CA46
Complementary color
Monochromatic Colors of #72CA46
Black with #72CA46
Text Example
Text Example
White with #72CA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CA46; }
p { color: rgb(114,202,70); }
H1.HeaderClassName
{
color: #72CA46;
}
.AnyTagClassName
{
color: #72CA46;
}
</style>
background-color css
<style>
a { background-color: #72CA46; }
a { background-color: rgb(114,202,70); }
div.DivClassName
{
background-color: #72CA46;
}
.BgClassName
{
background-color: #72CA46;
}
</style>
border-color css
<style>
span { border-color: #72CA46; }
span { border-color: rgb(114,202,70); }
td.TdClassName
{
border-color: #72CA46;
}
.TagClassName
{
border-color: #72CA46;
}
</style>