Shades of Apple #73CB35
Tints of Apple #73CB35
RGB
CMYK
RGB Variations
Color information
#73CB35 (or 0x73CB35) is known color: Apple. HEX triplet: 73, CB and 35. RGB value is (115,203,53). Sum of RGB (Red+Green+Blue) = 115+203+53=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 203 (79.69% from 255 or 54.72% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 203 - color contains mainly: green. Hex color #73CB35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CB35 is #8C34CA. Grayscale: #A0A0A0. Windows color (decimal): -9188555 or 3525491. OLE color: 3525491.
HSL color Cylindrical-coordinate representation of color #73CB35: hue angle of 95.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73CB35 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 53 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.20 |
| HSL | 95.2º | 0.59% | 0.5% | - |
| HSV(B) | 95.2º | 0.74% | 0.8% | - |
| XYZ | 29.07 | 46.61 | 10.83 | - |
| YUV | 159.59 | 67.85 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 53 | 0.43 | 0 | 0.74 | 0.20 | 95.2 | 0.59 | 0.5 |
| Hex | 73 | CB | 35 | 2B | 0 | 4A | 14 | 5F | 3B | 32 |
| Octal | 163 | 313 | 65 | 53 | 0 | 112 | 24 | 137 | 73 | 62 |
| Binary | 1110011 | 11001011 | 110101 | 101011 | 0 | 1001010 | 10100 | 1011111 | 111011 | 110010 |
Color Harmonies of #73CB35
Complementary color
Monochromatic Colors of #73CB35
Black with #73CB35
Text Example
Text Example
White with #73CB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CB35; }
p { color: rgb(115,203,53); }
H1.HeaderClassName
{
color: #73CB35;
}
.AnyTagClassName
{
color: #73CB35;
}
</style>
background-color css
<style>
a { background-color: #73CB35; }
a { background-color: rgb(115,203,53); }
div.DivClassName
{
background-color: #73CB35;
}
.BgClassName
{
background-color: #73CB35;
}
</style>
border-color css
<style>
span { border-color: #73CB35; }
span { border-color: rgb(115,203,53); }
td.TdClassName
{
border-color: #73CB35;
}
.TagClassName
{
border-color: #73CB35;
}
</style>