Shades of Apple #72CB45
Tints of Apple #72CB45
RGB
CMYK
RGB Variations
Color information
#72CB45 (or 0x72CB45) is known color: Apple. HEX triplet: 72, CB and 45. RGB value is (114,203,69). Sum of RGB (Red+Green+Blue) = 114+203+69=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #72CB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CB45 is #8D34BA. Grayscale: #A1A1A1. Windows color (decimal): -9254075 or 4574066. OLE color: 4574066.
HSL color Cylindrical-coordinate representation of color #72CB45: hue angle of 99.85º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #72CB45 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 203 | 69 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.20 |
| HSL | 99.85º | 0.56% | 0.53% | - |
| HSV(B) | 99.85º | 0.66% | 0.8% | - |
| XYZ | 29.37 | 46.72 | 13.1 | - |
| YUV | 161.11 | 76.01 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 203 | 69 | 0.44 | 0 | 0.66 | 0.20 | 99.85 | 0.56 | 0.53 |
| Hex | 72 | CB | 45 | 2C | 0 | 42 | 14 | 64 | 38 | 35 |
| Octal | 162 | 313 | 105 | 54 | 0 | 102 | 24 | 144 | 70 | 65 |
| Binary | 1110010 | 11001011 | 1000101 | 101100 | 0 | 1000010 | 10100 | 1100100 | 111000 | 110101 |
Color Harmonies of #72CB45
Complementary color
Monochromatic Colors of #72CB45
Black with #72CB45
Text Example
Text Example
White with #72CB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CB45; }
p { color: rgb(114,203,69); }
H1.HeaderClassName
{
color: #72CB45;
}
.AnyTagClassName
{
color: #72CB45;
}
</style>
background-color css
<style>
a { background-color: #72CB45; }
a { background-color: rgb(114,203,69); }
div.DivClassName
{
background-color: #72CB45;
}
.BgClassName
{
background-color: #72CB45;
}
</style>
border-color css
<style>
span { border-color: #72CB45; }
span { border-color: rgb(114,203,69); }
td.TdClassName
{
border-color: #72CB45;
}
.TagClassName
{
border-color: #72CB45;
}
</style>