Shades of Apple #72CF2E
Tints of Apple #72CF2E
RGB
CMYK
RGB Variations
Color information
#72CF2E (or 0x72CF2E) is known color: Apple. HEX triplet: 72, CF and 2E. RGB value is (114,207,46). Sum of RGB (Red+Green+Blue) = 114+207+46=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CF2E is #8D30D1. Grayscale: #A1A1A1. Windows color (decimal): -9253074 or 3067762. OLE color: 3067762.
HSL color Cylindrical-coordinate representation of color #72CF2E: hue angle of 94.66º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72CF2E is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 207 | 46 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.19 |
| HSL | 94.66º | 0.64% | 0.5% | - |
| HSV(B) | 94.66º | 0.78% | 0.81% | - |
| XYZ | 29.75 | 48.4 | 10.36 | - |
| YUV | 160.84 | 63.19 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 46 | 0.45 | 0 | 0.78 | 0.19 | 94.66 | 0.64 | 0.5 |
| Hex | 72 | CF | 2E | 2D | 0 | 4E | 13 | 5F | 40 | 32 |
| Octal | 162 | 317 | 56 | 55 | 0 | 116 | 23 | 137 | 100 | 62 |
| Binary | 1110010 | 11001111 | 101110 | 101101 | 0 | 1001110 | 10011 | 1011111 | 1000000 | 110010 |
Color Harmonies of #72CF2E
Complementary color
Monochromatic Colors of #72CF2E
Black with #72CF2E
Text Example
Text Example
White with #72CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CF2E; }
p { color: rgb(114,207,46); }
H1.HeaderClassName
{
color: #72CF2E;
}
.AnyTagClassName
{
color: #72CF2E;
}
</style>
background-color css
<style>
a { background-color: #72CF2E; }
a { background-color: rgb(114,207,46); }
div.DivClassName
{
background-color: #72CF2E;
}
.BgClassName
{
background-color: #72CF2E;
}
</style>
border-color css
<style>
span { border-color: #72CF2E; }
span { border-color: rgb(114,207,46); }
td.TdClassName
{
border-color: #72CF2E;
}
.TagClassName
{
border-color: #72CF2E;
}
</style>