Shades of Apple #72BC4B
Tints of Apple #72BC4B
RGB
CMYK
RGB Variations
Color information
#72BC4B (or 0x72BC4B) is known color: Apple. HEX triplet: 72, BC and 4B. RGB value is (114,188,75). Sum of RGB (Red+Green+Blue) = 114+188+75=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BC4B is #8D43B4. Grayscale: #999999. Windows color (decimal): -9257909 or 4963442. OLE color: 4963442.
HSL color Cylindrical-coordinate representation of color #72BC4B: hue angle of 99.29º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72BC4B is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 188 | 75 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.26 |
| HSL | 99.29º | 0.46% | 0.52% | - |
| HSV(B) | 99.29º | 0.6% | 0.74% | - |
| XYZ | 26.19 | 40.05 | 13.01 | - |
| YUV | 152.99 | 83.98 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 188 | 75 | 0.39 | 0 | 0.60 | 0.26 | 99.29 | 0.46 | 0.52 |
| Hex | 72 | BC | 4B | 27 | 0 | 3C | 1A | 63 | 2E | 34 |
| Octal | 162 | 274 | 113 | 47 | 0 | 74 | 32 | 143 | 56 | 64 |
| Binary | 1110010 | 10111100 | 1001011 | 100111 | 0 | 111100 | 11010 | 1100011 | 101110 | 110100 |
Color Harmonies of #72BC4B
Complementary color
Monochromatic Colors of #72BC4B
Black with #72BC4B
Text Example
Text Example
White with #72BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BC4B; }
p { color: rgb(114,188,75); }
H1.HeaderClassName
{
color: #72BC4B;
}
.AnyTagClassName
{
color: #72BC4B;
}
</style>
background-color css
<style>
a { background-color: #72BC4B; }
a { background-color: rgb(114,188,75); }
div.DivClassName
{
background-color: #72BC4B;
}
.BgClassName
{
background-color: #72BC4B;
}
</style>
border-color css
<style>
span { border-color: #72BC4B; }
span { border-color: rgb(114,188,75); }
td.TdClassName
{
border-color: #72BC4B;
}
.TagClassName
{
border-color: #72BC4B;
}
</style>