Shades of Apple #72C134
Tints of Apple #72C134
RGB
CMYK
RGB Variations
Color information
#72C134 (or 0x72C134) is known color: Apple. HEX triplet: 72, C1 and 34. RGB value is (114,193,52). Sum of RGB (Red+Green+Blue) = 114+193+52=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #72C134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C134 is #8D3ECB. Grayscale: #999999. Windows color (decimal): -9256652 or 3457394. OLE color: 3457394.
HSL color Cylindrical-coordinate representation of color #72C134: hue angle of 93.62º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72C134 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 193 | 52 | - |
| CMYK | 0.41 | 0 | 0.73 | 0.24 |
| HSL | 93.62º | 0.58% | 0.48% | - |
| HSV(B) | 93.62º | 0.73% | 0.76% | - |
| XYZ | 26.63 | 41.97 | 9.95 | - |
| YUV | 153.31 | 70.83 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 193 | 52 | 0.41 | 0 | 0.73 | 0.24 | 93.62 | 0.58 | 0.48 |
| Hex | 72 | C1 | 34 | 29 | 0 | 49 | 18 | 5E | 3A | 30 |
| Octal | 162 | 301 | 64 | 51 | 0 | 111 | 30 | 136 | 72 | 60 |
| Binary | 1110010 | 11000001 | 110100 | 101001 | 0 | 1001001 | 11000 | 1011110 | 111010 | 110000 |
Color Harmonies of #72C134
Complementary color
Monochromatic Colors of #72C134
Black with #72C134
Text Example
Text Example
White with #72C134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C134; }
p { color: rgb(114,193,52); }
H1.HeaderClassName
{
color: #72C134;
}
.AnyTagClassName
{
color: #72C134;
}
</style>
background-color css
<style>
a { background-color: #72C134; }
a { background-color: rgb(114,193,52); }
div.DivClassName
{
background-color: #72C134;
}
.BgClassName
{
background-color: #72C134;
}
</style>
border-color css
<style>
span { border-color: #72C134; }
span { border-color: rgb(114,193,52); }
td.TdClassName
{
border-color: #72C134;
}
.TagClassName
{
border-color: #72C134;
}
</style>