Shades of Apple #72C335
Tints of Apple #72C335
RGB
CMYK
RGB Variations
Color information
#72C335 (or 0x72C335) is known color: Apple. HEX triplet: 72, C3 and 35. RGB value is (114,195,53). Sum of RGB (Red+Green+Blue) = 114+195+53=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #72C335 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C335 is #8D3CCA. Grayscale: #9B9B9B. Windows color (decimal): -9256139 or 3523442. OLE color: 3523442.
HSL color Cylindrical-coordinate representation of color #72C335: hue angle of 94.23º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72C335 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 195 | 53 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.24 |
| HSL | 94.23º | 0.57% | 0.49% | - |
| HSV(B) | 94.23º | 0.73% | 0.76% | - |
| XYZ | 27.1 | 42.86 | 10.21 | - |
| YUV | 154.59 | 70.66 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 195 | 53 | 0.42 | 0 | 0.73 | 0.24 | 94.23 | 0.57 | 0.49 |
| Hex | 72 | C3 | 35 | 2A | 0 | 49 | 18 | 5E | 39 | 31 |
| Octal | 162 | 303 | 65 | 52 | 0 | 111 | 30 | 136 | 71 | 61 |
| Binary | 1110010 | 11000011 | 110101 | 101010 | 0 | 1001001 | 11000 | 1011110 | 111001 | 110001 |
Color Harmonies of #72C335
Complementary color
Monochromatic Colors of #72C335
Black with #72C335
Text Example
Text Example
White with #72C335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C335; }
p { color: rgb(114,195,53); }
H1.HeaderClassName
{
color: #72C335;
}
.AnyTagClassName
{
color: #72C335;
}
</style>
background-color css
<style>
a { background-color: #72C335; }
a { background-color: rgb(114,195,53); }
div.DivClassName
{
background-color: #72C335;
}
.BgClassName
{
background-color: #72C335;
}
</style>
border-color css
<style>
span { border-color: #72C335; }
span { border-color: rgb(114,195,53); }
td.TdClassName
{
border-color: #72C335;
}
.TagClassName
{
border-color: #72C335;
}
</style>