Shades of Apple #72C93F
Tints of Apple #72C93F
RGB
CMYK
RGB Variations
Color information
#72C93F (or 0x72C93F) is known color: Apple. HEX triplet: 72, C9 and 3F. RGB value is (114,201,63). Sum of RGB (Red+Green+Blue) = 114+201+63=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #72C93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C93F is #8D36C0. Grayscale: #9F9F9F. Windows color (decimal): -9254593 or 4180338. OLE color: 4180338.
HSL color Cylindrical-coordinate representation of color #72C93F: hue angle of 97.83º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72C93F is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 201 | 63 | - |
| CMYK | 0.43 | 0 | 0.69 | 0.21 |
| HSL | 97.83º | 0.56% | 0.52% | - |
| HSV(B) | 97.83º | 0.69% | 0.79% | - |
| XYZ | 28.72 | 45.71 | 12.01 | - |
| YUV | 159.26 | 73.68 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 201 | 63 | 0.43 | 0 | 0.69 | 0.21 | 97.83 | 0.56 | 0.52 |
| Hex | 72 | C9 | 3F | 2B | 0 | 45 | 15 | 62 | 38 | 34 |
| Octal | 162 | 311 | 77 | 53 | 0 | 105 | 25 | 142 | 70 | 64 |
| Binary | 1110010 | 11001001 | 111111 | 101011 | 0 | 1000101 | 10101 | 1100010 | 111000 | 110100 |
Color Harmonies of #72C93F
Complementary color
Monochromatic Colors of #72C93F
Black with #72C93F
Text Example
Text Example
White with #72C93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C93F; }
p { color: rgb(114,201,63); }
H1.HeaderClassName
{
color: #72C93F;
}
.AnyTagClassName
{
color: #72C93F;
}
</style>
background-color css
<style>
a { background-color: #72C93F; }
a { background-color: rgb(114,201,63); }
div.DivClassName
{
background-color: #72C93F;
}
.BgClassName
{
background-color: #72C93F;
}
</style>
border-color css
<style>
span { border-color: #72C93F; }
span { border-color: rgb(114,201,63); }
td.TdClassName
{
border-color: #72C93F;
}
.TagClassName
{
border-color: #72C93F;
}
</style>