Shades of Apple #72C336
Tints of Apple #72C336
RGB
CMYK
RGB Variations
Color information
#72C336 (or 0x72C336) is known color: Apple. HEX triplet: 72, C3 and 36. RGB value is (114,195,54). Sum of RGB (Red+Green+Blue) = 114+195+54=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #72C336 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C336 is #8D3CC9. Grayscale: #9B9B9B. Windows color (decimal): -9256138 or 3588978. OLE color: 3588978.
HSL color Cylindrical-coordinate representation of color #72C336: hue angle of 94.47º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72C336 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 195 | 54 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.24 |
| HSL | 94.47º | 0.57% | 0.49% | - |
| HSV(B) | 94.47º | 0.72% | 0.76% | - |
| XYZ | 27.12 | 42.87 | 10.34 | - |
| YUV | 154.71 | 71.16 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 195 | 54 | 0.42 | 0 | 0.72 | 0.24 | 94.47 | 0.57 | 0.49 |
| Hex | 72 | C3 | 36 | 2A | 0 | 48 | 18 | 5E | 39 | 31 |
| Octal | 162 | 303 | 66 | 52 | 0 | 110 | 30 | 136 | 71 | 61 |
| Binary | 1110010 | 11000011 | 110110 | 101010 | 0 | 1001000 | 11000 | 1011110 | 111001 | 110001 |
Color Harmonies of #72C336
Complementary color
Monochromatic Colors of #72C336
Black with #72C336
Text Example
Text Example
White with #72C336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C336; }
p { color: rgb(114,195,54); }
H1.HeaderClassName
{
color: #72C336;
}
.AnyTagClassName
{
color: #72C336;
}
</style>
background-color css
<style>
a { background-color: #72C336; }
a { background-color: rgb(114,195,54); }
div.DivClassName
{
background-color: #72C336;
}
.BgClassName
{
background-color: #72C336;
}
</style>
border-color css
<style>
span { border-color: #72C336; }
span { border-color: rgb(114,195,54); }
td.TdClassName
{
border-color: #72C336;
}
.TagClassName
{
border-color: #72C336;
}
</style>