Shades of Apple #72D236
Tints of Apple #72D236
RGB
CMYK
RGB Variations
Color information
#72D236 (or 0x72D236) is known color: Apple. HEX triplet: 72, D2 and 36. RGB value is (114,210,54). Sum of RGB (Red+Green+Blue) = 114+210+54=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 210 (82.42% from 255 or 55.56% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 210 - color contains mainly: green. Hex color #72D236 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D236 is #8D2DC9. Grayscale: #A4A4A4. Windows color (decimal): -9252298 or 3592818. OLE color: 3592818.
HSL color Cylindrical-coordinate representation of color #72D236: hue angle of 96.92º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72D236 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 54 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.18 |
| HSL | 96.92º | 0.63% | 0.52% | - |
| HSV(B) | 96.92º | 0.74% | 0.82% | - |
| XYZ | 30.65 | 49.94 | 11.51 | - |
| YUV | 163.51 | 66.2 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 54 | 0.46 | 0 | 0.74 | 0.18 | 96.92 | 0.63 | 0.52 |
| Hex | 72 | D2 | 36 | 2E | 0 | 4A | 12 | 61 | 3F | 34 |
| Octal | 162 | 322 | 66 | 56 | 0 | 112 | 22 | 141 | 77 | 64 |
| Binary | 1110010 | 11010010 | 110110 | 101110 | 0 | 1001010 | 10010 | 1100001 | 111111 | 110100 |
Color Harmonies of #72D236
Complementary color
Monochromatic Colors of #72D236
Black with #72D236
Text Example
Text Example
White with #72D236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D236; }
p { color: rgb(114,210,54); }
H1.HeaderClassName
{
color: #72D236;
}
.AnyTagClassName
{
color: #72D236;
}
</style>
background-color css
<style>
a { background-color: #72D236; }
a { background-color: rgb(114,210,54); }
div.DivClassName
{
background-color: #72D236;
}
.BgClassName
{
background-color: #72D236;
}
</style>
border-color css
<style>
span { border-color: #72D236; }
span { border-color: rgb(114,210,54); }
td.TdClassName
{
border-color: #72D236;
}
.TagClassName
{
border-color: #72D236;
}
</style>