Shades of Apple #72CE30
Tints of Apple #72CE30
RGB
CMYK
RGB Variations
Color information
#72CE30 (or 0x72CE30) is known color: Apple. HEX triplet: 72, CE and 30. RGB value is (114,206,48). Sum of RGB (Red+Green+Blue) = 114+206+48=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 206 (80.86% from 255 or 55.98% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 206 - color contains mainly: green. Hex color #72CE30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CE30 is #8D31CF. Grayscale: #A1A1A1. Windows color (decimal): -9253328 or 3198578. OLE color: 3198578.
HSL color Cylindrical-coordinate representation of color #72CE30: hue angle of 94.94º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72CE30 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 206 | 48 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.19 |
| HSL | 94.94º | 0.62% | 0.5% | - |
| HSV(B) | 94.94º | 0.77% | 0.81% | - |
| XYZ | 29.54 | 47.93 | 10.49 | - |
| YUV | 160.48 | 64.52 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 206 | 48 | 0.45 | 0 | 0.77 | 0.19 | 94.94 | 0.62 | 0.5 |
| Hex | 72 | CE | 30 | 2D | 0 | 4D | 13 | 5F | 3E | 32 |
| Octal | 162 | 316 | 60 | 55 | 0 | 115 | 23 | 137 | 76 | 62 |
| Binary | 1110010 | 11001110 | 110000 | 101101 | 0 | 1001101 | 10011 | 1011111 | 111110 | 110010 |
Color Harmonies of #72CE30
Complementary color
Monochromatic Colors of #72CE30
Black with #72CE30
Text Example
Text Example
White with #72CE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CE30; }
p { color: rgb(114,206,48); }
H1.HeaderClassName
{
color: #72CE30;
}
.AnyTagClassName
{
color: #72CE30;
}
</style>
background-color css
<style>
a { background-color: #72CE30; }
a { background-color: rgb(114,206,48); }
div.DivClassName
{
background-color: #72CE30;
}
.BgClassName
{
background-color: #72CE30;
}
</style>
border-color css
<style>
span { border-color: #72CE30; }
span { border-color: rgb(114,206,48); }
td.TdClassName
{
border-color: #72CE30;
}
.TagClassName
{
border-color: #72CE30;
}
</style>