Shades of Apple #72C34C
Tints of Apple #72C34C
RGB
CMYK
RGB Variations
Color information
#72C34C (or 0x72C34C) is known color: Apple. HEX triplet: 72, C3 and 4C. RGB value is (114,195,76). Sum of RGB (Red+Green+Blue) = 114+195+76=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #72C34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C34C is #8D3CB3. Grayscale: #9D9D9D. Windows color (decimal): -9256116 or 5030770. OLE color: 5030770.
HSL color Cylindrical-coordinate representation of color #72C34C: hue angle of 100.84º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72C34C is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 195 | 76 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.24 |
| HSL | 100.84º | 0.5% | 0.53% | - |
| HSV(B) | 100.84º | 0.61% | 0.76% | - |
| XYZ | 27.76 | 43.13 | 13.7 | - |
| YUV | 157.22 | 82.16 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 195 | 76 | 0.42 | 0 | 0.61 | 0.24 | 100.84 | 0.5 | 0.53 |
| Hex | 72 | C3 | 4C | 2A | 0 | 3D | 18 | 65 | 32 | 35 |
| Octal | 162 | 303 | 114 | 52 | 0 | 75 | 30 | 145 | 62 | 65 |
| Binary | 1110010 | 11000011 | 1001100 | 101010 | 0 | 111101 | 11000 | 1100101 | 110010 | 110101 |
Color Harmonies of #72C34C
Complementary color
Monochromatic Colors of #72C34C
Black with #72C34C
Text Example
Text Example
White with #72C34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C34C; }
p { color: rgb(114,195,76); }
H1.HeaderClassName
{
color: #72C34C;
}
.AnyTagClassName
{
color: #72C34C;
}
</style>
background-color css
<style>
a { background-color: #72C34C; }
a { background-color: rgb(114,195,76); }
div.DivClassName
{
background-color: #72C34C;
}
.BgClassName
{
background-color: #72C34C;
}
</style>
border-color css
<style>
span { border-color: #72C34C; }
span { border-color: rgb(114,195,76); }
td.TdClassName
{
border-color: #72C34C;
}
.TagClassName
{
border-color: #72C34C;
}
</style>