Shades of Apple #72CF40
Tints of Apple #72CF40
RGB
CMYK
RGB Variations
Color information
#72CF40 (or 0x72CF40) is known color: Apple. HEX triplet: 72, CF and 40. RGB value is (114,207,64). Sum of RGB (Red+Green+Blue) = 114+207+64=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CF40 is #8D30BF. Grayscale: #A3A3A3. Windows color (decimal): -9253056 or 4247410. OLE color: 4247410.
HSL color Cylindrical-coordinate representation of color #72CF40: hue angle of 99.02º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72CF40 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 207 | 64 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.19 |
| HSL | 99.02º | 0.6% | 0.53% | - |
| HSV(B) | 99.02º | 0.69% | 0.81% | - |
| XYZ | 30.18 | 48.57 | 12.64 | - |
| YUV | 162.89 | 72.19 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 64 | 0.45 | 0 | 0.69 | 0.19 | 99.02 | 0.6 | 0.53 |
| Hex | 72 | CF | 40 | 2D | 0 | 45 | 13 | 63 | 3C | 35 |
| Octal | 162 | 317 | 100 | 55 | 0 | 105 | 23 | 143 | 74 | 65 |
| Binary | 1110010 | 11001111 | 1000000 | 101101 | 0 | 1000101 | 10011 | 1100011 | 111100 | 110101 |
Color Harmonies of #72CF40
Complementary color
Monochromatic Colors of #72CF40
Black with #72CF40
Text Example
Text Example
White with #72CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CF40; }
p { color: rgb(114,207,64); }
H1.HeaderClassName
{
color: #72CF40;
}
.AnyTagClassName
{
color: #72CF40;
}
</style>
background-color css
<style>
a { background-color: #72CF40; }
a { background-color: rgb(114,207,64); }
div.DivClassName
{
background-color: #72CF40;
}
.BgClassName
{
background-color: #72CF40;
}
</style>
border-color css
<style>
span { border-color: #72CF40; }
span { border-color: rgb(114,207,64); }
td.TdClassName
{
border-color: #72CF40;
}
.TagClassName
{
border-color: #72CF40;
}
</style>