Shades of Apple #72CF32
Tints of Apple #72CF32
RGB
CMYK
RGB Variations
Color information
#72CF32 (or 0x72CF32) is known color: Apple. HEX triplet: 72, CF and 32. RGB value is (114,207,50). Sum of RGB (Red+Green+Blue) = 114+207+50=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CF32 is #8D30CD. Grayscale: #A1A1A1. Windows color (decimal): -9253070 or 3329906. OLE color: 3329906.
HSL color Cylindrical-coordinate representation of color #72CF32: hue angle of 95.54º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72CF32 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 207 | 50 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.19 |
| HSL | 95.54º | 0.62% | 0.5% | - |
| HSV(B) | 95.54º | 0.76% | 0.81% | - |
| XYZ | 29.83 | 48.43 | 10.79 | - |
| YUV | 161.3 | 65.19 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 50 | 0.45 | 0 | 0.76 | 0.19 | 95.54 | 0.62 | 0.5 |
| Hex | 72 | CF | 32 | 2D | 0 | 4C | 13 | 60 | 3E | 32 |
| Octal | 162 | 317 | 62 | 55 | 0 | 114 | 23 | 140 | 76 | 62 |
| Binary | 1110010 | 11001111 | 110010 | 101101 | 0 | 1001100 | 10011 | 1100000 | 111110 | 110010 |
Color Harmonies of #72CF32
Complementary color
Monochromatic Colors of #72CF32
Black with #72CF32
Text Example
Text Example
White with #72CF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CF32; }
p { color: rgb(114,207,50); }
H1.HeaderClassName
{
color: #72CF32;
}
.AnyTagClassName
{
color: #72CF32;
}
</style>
background-color css
<style>
a { background-color: #72CF32; }
a { background-color: rgb(114,207,50); }
div.DivClassName
{
background-color: #72CF32;
}
.BgClassName
{
background-color: #72CF32;
}
</style>
border-color css
<style>
span { border-color: #72CF32; }
span { border-color: rgb(114,207,50); }
td.TdClassName
{
border-color: #72CF32;
}
.TagClassName
{
border-color: #72CF32;
}
</style>