Shades of Apple #60C83A
Tints of Apple #60C83A
RGB
CMYK
RGB Variations
Color information
#60C83A (or 0x60C83A) is known color: Apple. HEX triplet: 60, C8 and 3A. RGB value is (96,200,58). Sum of RGB (Red+Green+Blue) = 96+200+58=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 200 (78.52% from 255 or 56.50% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 200 - color contains mainly: green. Hex color #60C83A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C83A is #9F37C5. Grayscale: #999999. Windows color (decimal): -10434502 or 3852384. OLE color: 3852384.
HSL color Cylindrical-coordinate representation of color #60C83A: hue angle of 103.94º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60C83A is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 200 | 58 | - |
| CMYK | 0.52 | 0 | 0.71 | 0.22 |
| HSL | 103.94º | 0.56% | 0.51% | - |
| HSV(B) | 103.94º | 0.71% | 0.78% | - |
| XYZ | 26.24 | 44.1 | 11.13 | - |
| YUV | 152.72 | 74.54 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 200 | 58 | 0.52 | 0 | 0.71 | 0.22 | 103.94 | 0.56 | 0.51 |
| Hex | 60 | C8 | 3A | 34 | 0 | 47 | 16 | 68 | 38 | 33 |
| Octal | 140 | 310 | 72 | 64 | 0 | 107 | 26 | 150 | 70 | 63 |
| Binary | 1100000 | 11001000 | 111010 | 110100 | 0 | 1000111 | 10110 | 1101000 | 111000 | 110011 |
Color Harmonies of #60C83A
Complementary color
Monochromatic Colors of #60C83A
Black with #60C83A
Text Example
Text Example
White with #60C83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C83A; }
p { color: rgb(96,200,58); }
H1.HeaderClassName
{
color: #60C83A;
}
.AnyTagClassName
{
color: #60C83A;
}
</style>
background-color css
<style>
a { background-color: #60C83A; }
a { background-color: rgb(96,200,58); }
div.DivClassName
{
background-color: #60C83A;
}
.BgClassName
{
background-color: #60C83A;
}
</style>
border-color css
<style>
span { border-color: #60C83A; }
span { border-color: rgb(96,200,58); }
td.TdClassName
{
border-color: #60C83A;
}
.TagClassName
{
border-color: #60C83A;
}
</style>