Shades of Apple #73C03B
Tints of Apple #73C03B
RGB
CMYK
RGB Variations
Color information
#73C03B (or 0x73C03B) is known color: Apple. HEX triplet: 73, C0 and 3B. RGB value is (115,192,59). Sum of RGB (Red+Green+Blue) = 115+192+59=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #73C03B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C03B is #8C3FC4. Grayscale: #9A9A9A. Windows color (decimal): -9191365 or 3915891. OLE color: 3915891.
HSL color Cylindrical-coordinate representation of color #73C03B: hue angle of 94.74º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73C03B is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 59 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.25 |
| HSL | 94.74º | 0.53% | 0.49% | - |
| HSV(B) | 94.74º | 0.69% | 0.75% | - |
| XYZ | 26.71 | 41.66 | 10.77 | - |
| YUV | 153.82 | 74.49 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 59 | 0.40 | 0 | 0.69 | 0.25 | 94.74 | 0.53 | 0.49 |
| Hex | 73 | C0 | 3B | 28 | 0 | 45 | 19 | 5F | 35 | 31 |
| Octal | 163 | 300 | 73 | 50 | 0 | 105 | 31 | 137 | 65 | 61 |
| Binary | 1110011 | 11000000 | 111011 | 101000 | 0 | 1000101 | 11001 | 1011111 | 110101 | 110001 |
Color Harmonies of #73C03B
Complementary color
Monochromatic Colors of #73C03B
Black with #73C03B
Text Example
Text Example
White with #73C03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C03B; }
p { color: rgb(115,192,59); }
H1.HeaderClassName
{
color: #73C03B;
}
.AnyTagClassName
{
color: #73C03B;
}
</style>
background-color css
<style>
a { background-color: #73C03B; }
a { background-color: rgb(115,192,59); }
div.DivClassName
{
background-color: #73C03B;
}
.BgClassName
{
background-color: #73C03B;
}
</style>
border-color css
<style>
span { border-color: #73C03B; }
span { border-color: rgb(115,192,59); }
td.TdClassName
{
border-color: #73C03B;
}
.TagClassName
{
border-color: #73C03B;
}
</style>