Shades of Apple #72C83D
Tints of Apple #72C83D
RGB
CMYK
RGB Variations
Color information
#72C83D (or 0x72C83D) is known color: Apple. HEX triplet: 72, C8 and 3D. RGB value is (114,200,61). Sum of RGB (Red+Green+Blue) = 114+200+61=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 200 (78.52% from 255 or 53.33% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 200 - color contains mainly: green. Hex color #72C83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C83D is #8D37C2. Grayscale: #9E9E9E. Windows color (decimal): -9254851 or 4049010. OLE color: 4049010.
HSL color Cylindrical-coordinate representation of color #72C83D: hue angle of 97.12º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72C83D is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 200 | 61 | - |
| CMYK | 0.43 | 0 | 0.69 | 0.22 |
| HSL | 97.12º | 0.56% | 0.51% | - |
| HSV(B) | 97.12º | 0.7% | 0.78% | - |
| XYZ | 28.44 | 45.22 | 11.65 | - |
| YUV | 158.44 | 73.01 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 200 | 61 | 0.43 | 0 | 0.69 | 0.22 | 97.12 | 0.56 | 0.51 |
| Hex | 72 | C8 | 3D | 2B | 0 | 45 | 16 | 61 | 38 | 33 |
| Octal | 162 | 310 | 75 | 53 | 0 | 105 | 26 | 141 | 70 | 63 |
| Binary | 1110010 | 11001000 | 111101 | 101011 | 0 | 1000101 | 10110 | 1100001 | 111000 | 110011 |
Color Harmonies of #72C83D
Complementary color
Monochromatic Colors of #72C83D
Black with #72C83D
Text Example
Text Example
White with #72C83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C83D; }
p { color: rgb(114,200,61); }
H1.HeaderClassName
{
color: #72C83D;
}
.AnyTagClassName
{
color: #72C83D;
}
</style>
background-color css
<style>
a { background-color: #72C83D; }
a { background-color: rgb(114,200,61); }
div.DivClassName
{
background-color: #72C83D;
}
.BgClassName
{
background-color: #72C83D;
}
</style>
border-color css
<style>
span { border-color: #72C83D; }
span { border-color: rgb(114,200,61); }
td.TdClassName
{
border-color: #72C83D;
}
.TagClassName
{
border-color: #72C83D;
}
</style>