Shades of Apple #72CD32
Tints of Apple #72CD32
RGB
CMYK
RGB Variations
Color information
#72CD32 (or 0x72CD32) is known color: Apple. HEX triplet: 72, CD and 32. RGB value is (114,205,50). Sum of RGB (Red+Green+Blue) = 114+205+50=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 205 (80.47% from 255 or 55.56% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 205 - color contains mainly: green. Hex color #72CD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CD32 is #8D32CD. Grayscale: #A0A0A0. Windows color (decimal): -9253582 or 3329394. OLE color: 3329394.
HSL color Cylindrical-coordinate representation of color #72CD32: hue angle of 95.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72CD32 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 205 | 50 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.20 |
| HSL | 95.23º | 0.61% | 0.5% | - |
| HSV(B) | 95.23º | 0.76% | 0.8% | - |
| XYZ | 29.35 | 47.47 | 10.63 | - |
| YUV | 160.12 | 65.85 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 205 | 50 | 0.44 | 0 | 0.76 | 0.20 | 95.23 | 0.61 | 0.5 |
| Hex | 72 | CD | 32 | 2C | 0 | 4C | 14 | 5F | 3D | 32 |
| Octal | 162 | 315 | 62 | 54 | 0 | 114 | 24 | 137 | 75 | 62 |
| Binary | 1110010 | 11001101 | 110010 | 101100 | 0 | 1001100 | 10100 | 1011111 | 111101 | 110010 |
Color Harmonies of #72CD32
Complementary color
Monochromatic Colors of #72CD32
Black with #72CD32
Text Example
Text Example
White with #72CD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CD32; }
p { color: rgb(114,205,50); }
H1.HeaderClassName
{
color: #72CD32;
}
.AnyTagClassName
{
color: #72CD32;
}
</style>
background-color css
<style>
a { background-color: #72CD32; }
a { background-color: rgb(114,205,50); }
div.DivClassName
{
background-color: #72CD32;
}
.BgClassName
{
background-color: #72CD32;
}
</style>
border-color css
<style>
span { border-color: #72CD32; }
span { border-color: rgb(114,205,50); }
td.TdClassName
{
border-color: #72CD32;
}
.TagClassName
{
border-color: #72CD32;
}
</style>