Shades of Apple #72C04D
Tints of Apple #72C04D
RGB
CMYK
RGB Variations
Color information
#72C04D (or 0x72C04D) is known color: Apple. HEX triplet: 72, C0 and 4D. RGB value is (114,192,77). Sum of RGB (Red+Green+Blue) = 114+192+77=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #72C04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C04D is #8D3FB2. Grayscale: #9B9B9B. Windows color (decimal): -9256883 or 5095538. OLE color: 5095538.
HSL color Cylindrical-coordinate representation of color #72C04D: hue angle of 100.7º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72C04D is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 77 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.25 |
| HSL | 100.7º | 0.48% | 0.53% | - |
| HSV(B) | 100.7º | 0.6% | 0.75% | - |
| XYZ | 27.13 | 41.81 | 13.66 | - |
| YUV | 155.57 | 83.66 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 77 | 0.41 | 0 | 0.60 | 0.25 | 100.7 | 0.48 | 0.53 |
| Hex | 72 | C0 | 4D | 29 | 0 | 3C | 19 | 65 | 30 | 35 |
| Octal | 162 | 300 | 115 | 51 | 0 | 74 | 31 | 145 | 60 | 65 |
| Binary | 1110010 | 11000000 | 1001101 | 101001 | 0 | 111100 | 11001 | 1100101 | 110000 | 110101 |
Color Harmonies of #72C04D
Complementary color
Monochromatic Colors of #72C04D
Black with #72C04D
Text Example
Text Example
White with #72C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C04D; }
p { color: rgb(114,192,77); }
H1.HeaderClassName
{
color: #72C04D;
}
.AnyTagClassName
{
color: #72C04D;
}
</style>
background-color css
<style>
a { background-color: #72C04D; }
a { background-color: rgb(114,192,77); }
div.DivClassName
{
background-color: #72C04D;
}
.BgClassName
{
background-color: #72C04D;
}
</style>
border-color css
<style>
span { border-color: #72C04D; }
span { border-color: rgb(114,192,77); }
td.TdClassName
{
border-color: #72C04D;
}
.TagClassName
{
border-color: #72C04D;
}
</style>