Shades of Apple #72DF36
Tints of Apple #72DF36
RGB
CMYK
RGB Variations
Color information
#72DF36 (or 0x72DF36) is known color: Apple. HEX triplet: 72, DF and 36. RGB value is (114,223,54). Sum of RGB (Red+Green+Blue) = 114+223+54=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 223 (87.5% from 255 or 57.03% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 223 - color contains mainly: green. Hex color #72DF36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DF36 is #8D20C9. Grayscale: #ABABAB. Windows color (decimal): -9248970 or 3596146. OLE color: 3596146.
HSL color Cylindrical-coordinate representation of color #72DF36: hue angle of 98.7º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72DF36 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 223 | 54 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.13 |
| HSL | 98.7º | 0.73% | 0.54% | - |
| HSV(B) | 98.7º | 0.76% | 0.87% | - |
| XYZ | 33.99 | 56.62 | 12.63 | - |
| YUV | 171.14 | 61.89 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 223 | 54 | 0.49 | 0 | 0.76 | 0.13 | 98.7 | 0.73 | 0.54 |
| Hex | 72 | DF | 36 | 31 | 0 | 4C | D | 63 | 49 | 36 |
| Octal | 162 | 337 | 66 | 61 | 0 | 114 | 15 | 143 | 111 | 66 |
| Binary | 1110010 | 11011111 | 110110 | 110001 | 0 | 1001100 | 1101 | 1100011 | 1001001 | 110110 |
Color Harmonies of #72DF36
Complementary color
Monochromatic Colors of #72DF36
Black with #72DF36
Text Example
Text Example
White with #72DF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DF36; }
p { color: rgb(114,223,54); }
H1.HeaderClassName
{
color: #72DF36;
}
.AnyTagClassName
{
color: #72DF36;
}
</style>
background-color css
<style>
a { background-color: #72DF36; }
a { background-color: rgb(114,223,54); }
div.DivClassName
{
background-color: #72DF36;
}
.BgClassName
{
background-color: #72DF36;
}
</style>
border-color css
<style>
span { border-color: #72DF36; }
span { border-color: rgb(114,223,54); }
td.TdClassName
{
border-color: #72DF36;
}
.TagClassName
{
border-color: #72DF36;
}
</style>