Shades of Apple #73CC36
Tints of Apple #73CC36
RGB
CMYK
RGB Variations
Color information
#73CC36 (or 0x73CC36) is known color: Apple. HEX triplet: 73, CC and 36. RGB value is (115,204,54). Sum of RGB (Red+Green+Blue) = 115+204+54=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 204 (80.08% from 255 or 54.69% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 204 - color contains mainly: green. Hex color #73CC36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CC36 is #8C33C9. Grayscale: #A0A0A0. Windows color (decimal): -9188298 or 3591283. OLE color: 3591283.
HSL color Cylindrical-coordinate representation of color #73CC36: hue angle of 95.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73CC36 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 204 | 54 | - |
| CMYK | 0.44 | 0 | 0.74 | 0.2 |
| HSL | 95.6º | 0.6% | 0.51% | - |
| HSV(B) | 95.6º | 0.74% | 0.8% | - |
| XYZ | 29.33 | 47.1 | 11.03 | - |
| YUV | 160.29 | 68.01 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 54 | 0.44 | 0 | 0.74 | 0.2 | 95.6 | 0.6 | 0.51 |
| Hex | 73 | CC | 36 | 2C | 0 | 4A | 14 | 60 | 3C | 33 |
| Octal | 163 | 314 | 66 | 54 | 0 | 112 | 24 | 140 | 74 | 63 |
| Binary | 1110011 | 11001100 | 110110 | 101100 | 0 | 1001010 | 10100 | 1100000 | 111100 | 110011 |
Color Harmonies of #73CC36
Complementary color
Monochromatic Colors of #73CC36
Black with #73CC36
Text Example
Text Example
White with #73CC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CC36; }
p { color: rgb(115,204,54); }
H1.HeaderClassName
{
color: #73CC36;
}
.AnyTagClassName
{
color: #73CC36;
}
</style>
background-color css
<style>
a { background-color: #73CC36; }
a { background-color: rgb(115,204,54); }
div.DivClassName
{
background-color: #73CC36;
}
.BgClassName
{
background-color: #73CC36;
}
</style>
border-color css
<style>
span { border-color: #73CC36; }
span { border-color: rgb(115,204,54); }
td.TdClassName
{
border-color: #73CC36;
}
.TagClassName
{
border-color: #73CC36;
}
</style>