Shades of Apple #73C04B
Tints of Apple #73C04B
RGB
CMYK
RGB Variations
Color information
#73C04B (or 0x73C04B) is known color: Apple. HEX triplet: 73, C0 and 4B. RGB value is (115,192,75). Sum of RGB (Red+Green+Blue) = 115+192+75=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #73C04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C04B is #8C3FB4. Grayscale: #9C9C9C. Windows color (decimal): -9191349 or 4964467. OLE color: 4964467.
HSL color Cylindrical-coordinate representation of color #73C04B: hue angle of 99.49º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73C04B is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 75 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.25 |
| HSL | 99.49º | 0.48% | 0.52% | - |
| HSV(B) | 99.49º | 0.61% | 0.75% | - |
| XYZ | 27.19 | 41.85 | 13.3 | - |
| YUV | 155.64 | 82.49 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 75 | 0.40 | 0 | 0.61 | 0.25 | 99.49 | 0.48 | 0.52 |
| Hex | 73 | C0 | 4B | 28 | 0 | 3D | 19 | 63 | 30 | 34 |
| Octal | 163 | 300 | 113 | 50 | 0 | 75 | 31 | 143 | 60 | 64 |
| Binary | 1110011 | 11000000 | 1001011 | 101000 | 0 | 111101 | 11001 | 1100011 | 110000 | 110100 |
Color Harmonies of #73C04B
Complementary color
Monochromatic Colors of #73C04B
Black with #73C04B
Text Example
Text Example
White with #73C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C04B; }
p { color: rgb(115,192,75); }
H1.HeaderClassName
{
color: #73C04B;
}
.AnyTagClassName
{
color: #73C04B;
}
</style>
background-color css
<style>
a { background-color: #73C04B; }
a { background-color: rgb(115,192,75); }
div.DivClassName
{
background-color: #73C04B;
}
.BgClassName
{
background-color: #73C04B;
}
</style>
border-color css
<style>
span { border-color: #73C04B; }
span { border-color: rgb(115,192,75); }
td.TdClassName
{
border-color: #73C04B;
}
.TagClassName
{
border-color: #73C04B;
}
</style>