Shades of Apple #72C33A
Tints of Apple #72C33A
RGB
CMYK
RGB Variations
Color information
#72C33A (or 0x72C33A) is known color: Apple. HEX triplet: 72, C3 and 3A. RGB value is (114,195,58). Sum of RGB (Red+Green+Blue) = 114+195+58=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #72C33A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C33A is #8D3CC5. Grayscale: #9B9B9B. Windows color (decimal): -9256134 or 3851122. OLE color: 3851122.
HSL color Cylindrical-coordinate representation of color #72C33A: hue angle of 95.47º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72C33A is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 195 | 58 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.24 |
| HSL | 95.47º | 0.54% | 0.5% | - |
| HSV(B) | 95.47º | 0.7% | 0.76% | - |
| XYZ | 27.22 | 42.91 | 10.85 | - |
| YUV | 155.16 | 73.16 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 195 | 58 | 0.42 | 0 | 0.70 | 0.24 | 95.47 | 0.54 | 0.5 |
| Hex | 72 | C3 | 3A | 2A | 0 | 46 | 18 | 5F | 36 | 32 |
| Octal | 162 | 303 | 72 | 52 | 0 | 106 | 30 | 137 | 66 | 62 |
| Binary | 1110010 | 11000011 | 111010 | 101010 | 0 | 1000110 | 11000 | 1011111 | 110110 | 110010 |
Color Harmonies of #72C33A
Complementary color
Monochromatic Colors of #72C33A
Black with #72C33A
Text Example
Text Example
White with #72C33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C33A; }
p { color: rgb(114,195,58); }
H1.HeaderClassName
{
color: #72C33A;
}
.AnyTagClassName
{
color: #72C33A;
}
</style>
background-color css
<style>
a { background-color: #72C33A; }
a { background-color: rgb(114,195,58); }
div.DivClassName
{
background-color: #72C33A;
}
.BgClassName
{
background-color: #72C33A;
}
</style>
border-color css
<style>
span { border-color: #72C33A; }
span { border-color: rgb(114,195,58); }
td.TdClassName
{
border-color: #72C33A;
}
.TagClassName
{
border-color: #72C33A;
}
</style>