Shades of Apple #72BC41
Tints of Apple #72BC41
RGB
CMYK
RGB Variations
Color information
#72BC41 (or 0x72BC41) is known color: Apple. HEX triplet: 72, BC and 41. RGB value is (114,188,65). Sum of RGB (Red+Green+Blue) = 114+188+65=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BC41 is #8D43BE. Grayscale: #989898. Windows color (decimal): -9257919 or 4308082. OLE color: 4308082.
HSL color Cylindrical-coordinate representation of color #72BC41: hue angle of 96.1º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72BC41 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 188 | 65 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.26 |
| HSL | 96.1º | 0.49% | 0.5% | - |
| HSV(B) | 96.1º | 0.65% | 0.74% | - |
| XYZ | 25.88 | 39.93 | 11.34 | - |
| YUV | 151.85 | 78.98 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 188 | 65 | 0.39 | 0 | 0.65 | 0.26 | 96.1 | 0.49 | 0.5 |
| Hex | 72 | BC | 41 | 27 | 0 | 41 | 1A | 60 | 31 | 32 |
| Octal | 162 | 274 | 101 | 47 | 0 | 101 | 32 | 140 | 61 | 62 |
| Binary | 1110010 | 10111100 | 1000001 | 100111 | 0 | 1000001 | 11010 | 1100000 | 110001 | 110010 |
Color Harmonies of #72BC41
Complementary color
Monochromatic Colors of #72BC41
Black with #72BC41
Text Example
Text Example
White with #72BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BC41; }
p { color: rgb(114,188,65); }
H1.HeaderClassName
{
color: #72BC41;
}
.AnyTagClassName
{
color: #72BC41;
}
</style>
background-color css
<style>
a { background-color: #72BC41; }
a { background-color: rgb(114,188,65); }
div.DivClassName
{
background-color: #72BC41;
}
.BgClassName
{
background-color: #72BC41;
}
</style>
border-color css
<style>
span { border-color: #72BC41; }
span { border-color: rgb(114,188,65); }
td.TdClassName
{
border-color: #72BC41;
}
.TagClassName
{
border-color: #72BC41;
}
</style>