Shades of Apple #72D23C
Tints of Apple #72D23C
RGB
CMYK
RGB Variations
Color information
#72D23C (or 0x72D23C) is known color: Apple. HEX triplet: 72, D2 and 3C. RGB value is (114,210,60). Sum of RGB (Red+Green+Blue) = 114+210+60=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 210 (82.42% from 255 or 54.69% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 210 - color contains mainly: green. Hex color #72D23C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D23C is #8D2DC3. Grayscale: #A4A4A4. Windows color (decimal): -9252292 or 3986034. OLE color: 3986034.
HSL color Cylindrical-coordinate representation of color #72D23C: hue angle of 98.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72D23C is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 60 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.18 |
| HSL | 98.4º | 0.63% | 0.53% | - |
| HSV(B) | 98.4º | 0.71% | 0.82% | - |
| XYZ | 30.8 | 50 | 12.3 | - |
| YUV | 164.2 | 69.2 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 60 | 0.46 | 0 | 0.71 | 0.18 | 98.4 | 0.63 | 0.53 |
| Hex | 72 | D2 | 3C | 2E | 0 | 47 | 12 | 62 | 3E | 35 |
| Octal | 162 | 322 | 74 | 56 | 0 | 107 | 22 | 142 | 76 | 65 |
| Binary | 1110010 | 11010010 | 111100 | 101110 | 0 | 1000111 | 10010 | 1100010 | 111110 | 110101 |
Color Harmonies of #72D23C
Complementary color
Monochromatic Colors of #72D23C
Black with #72D23C
Text Example
Text Example
White with #72D23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D23C; }
p { color: rgb(114,210,60); }
H1.HeaderClassName
{
color: #72D23C;
}
.AnyTagClassName
{
color: #72D23C;
}
</style>
background-color css
<style>
a { background-color: #72D23C; }
a { background-color: rgb(114,210,60); }
div.DivClassName
{
background-color: #72D23C;
}
.BgClassName
{
background-color: #72D23C;
}
</style>
border-color css
<style>
span { border-color: #72D23C; }
span { border-color: rgb(114,210,60); }
td.TdClassName
{
border-color: #72D23C;
}
.TagClassName
{
border-color: #72D23C;
}
</style>