Shades of Apple #72BC43
Tints of Apple #72BC43
RGB
CMYK
RGB Variations
Color information
#72BC43 (or 0x72BC43) is known color: Apple. HEX triplet: 72, BC and 43. RGB value is (114,188,67). Sum of RGB (Red+Green+Blue) = 114+188+67=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BC43 is #8D43BC. Grayscale: #989898. Windows color (decimal): -9257917 or 4439154. OLE color: 4439154.
HSL color Cylindrical-coordinate representation of color #72BC43: hue angle of 96.69º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72BC43 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 188 | 67 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.26 |
| HSL | 96.69º | 0.47% | 0.5% | - |
| HSV(B) | 96.69º | 0.64% | 0.74% | - |
| XYZ | 25.94 | 39.95 | 11.65 | - |
| YUV | 152.08 | 79.98 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 188 | 67 | 0.39 | 0 | 0.64 | 0.26 | 96.69 | 0.47 | 0.5 |
| Hex | 72 | BC | 43 | 27 | 0 | 40 | 1A | 61 | 2F | 32 |
| Octal | 162 | 274 | 103 | 47 | 0 | 100 | 32 | 141 | 57 | 62 |
| Binary | 1110010 | 10111100 | 1000011 | 100111 | 0 | 1000000 | 11010 | 1100001 | 101111 | 110010 |
Color Harmonies of #72BC43
Complementary color
Monochromatic Colors of #72BC43
Black with #72BC43
Text Example
Text Example
White with #72BC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BC43; }
p { color: rgb(114,188,67); }
H1.HeaderClassName
{
color: #72BC43;
}
.AnyTagClassName
{
color: #72BC43;
}
</style>
background-color css
<style>
a { background-color: #72BC43; }
a { background-color: rgb(114,188,67); }
div.DivClassName
{
background-color: #72BC43;
}
.BgClassName
{
background-color: #72BC43;
}
</style>
border-color css
<style>
span { border-color: #72BC43; }
span { border-color: rgb(114,188,67); }
td.TdClassName
{
border-color: #72BC43;
}
.TagClassName
{
border-color: #72BC43;
}
</style>