Shades of Apple #60BE3C
Tints of Apple #60BE3C
RGB
CMYK
RGB Variations
Color information
#60BE3C (or 0x60BE3C) is known color: Apple. HEX triplet: 60, BE and 3C. RGB value is (96,190,60). Sum of RGB (Red+Green+Blue) = 96+190+60=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 190 (74.61% from 255 or 54.91% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 190 - color contains mainly: green. Hex color #60BE3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BE3C is #9F41C3. Grayscale: #939393. Windows color (decimal): -10437060 or 3980896. OLE color: 3980896.
HSL color Cylindrical-coordinate representation of color #60BE3C: hue angle of 103.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60BE3C is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 190 | 60 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.25 |
| HSL | 103.38º | 0.52% | 0.49% | - |
| HSV(B) | 103.38º | 0.68% | 0.75% | - |
| XYZ | 24.05 | 39.64 | 10.66 | - |
| YUV | 147.07 | 78.86 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 190 | 60 | 0.49 | 0 | 0.68 | 0.25 | 103.38 | 0.52 | 0.49 |
| Hex | 60 | BE | 3C | 31 | 0 | 44 | 19 | 67 | 34 | 31 |
| Octal | 140 | 276 | 74 | 61 | 0 | 104 | 31 | 147 | 64 | 61 |
| Binary | 1100000 | 10111110 | 111100 | 110001 | 0 | 1000100 | 11001 | 1100111 | 110100 | 110001 |
Color Harmonies of #60BE3C
Complementary color
Monochromatic Colors of #60BE3C
Black with #60BE3C
Text Example
Text Example
White with #60BE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BE3C; }
p { color: rgb(96,190,60); }
H1.HeaderClassName
{
color: #60BE3C;
}
.AnyTagClassName
{
color: #60BE3C;
}
</style>
background-color css
<style>
a { background-color: #60BE3C; }
a { background-color: rgb(96,190,60); }
div.DivClassName
{
background-color: #60BE3C;
}
.BgClassName
{
background-color: #60BE3C;
}
</style>
border-color css
<style>
span { border-color: #60BE3C; }
span { border-color: rgb(96,190,60); }
td.TdClassName
{
border-color: #60BE3C;
}
.TagClassName
{
border-color: #60BE3C;
}
</style>