Shades of Apple #60BF37
Tints of Apple #60BF37
RGB
CMYK
RGB Variations
Color information
#60BF37 (or 0x60BF37) is known color: Apple. HEX triplet: 60, BF and 37. RGB value is (96,191,55). Sum of RGB (Red+Green+Blue) = 96+191+55=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 191 (75% from 255 or 55.85% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BF37 is #9F40C8. Grayscale: #939393. Windows color (decimal): -10436809 or 3653472. OLE color: 3653472.
HSL color Cylindrical-coordinate representation of color #60BF37: hue angle of 101.91º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60BF37 is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 55 | - |
| CMYK | 0.50 | 0 | 0.71 | 0.25 |
| HSL | 101.91º | 0.55% | 0.48% | - |
| HSV(B) | 101.91º | 0.71% | 0.75% | - |
| XYZ | 24.14 | 40.02 | 10.07 | - |
| YUV | 147.09 | 76.03 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 55 | 0.50 | 0 | 0.71 | 0.25 | 101.91 | 0.55 | 0.48 |
| Hex | 60 | BF | 37 | 32 | 0 | 47 | 19 | 66 | 37 | 30 |
| Octal | 140 | 277 | 67 | 62 | 0 | 107 | 31 | 146 | 67 | 60 |
| Binary | 1100000 | 10111111 | 110111 | 110010 | 0 | 1000111 | 11001 | 1100110 | 110111 | 110000 |
Color Harmonies of #60BF37
Complementary color
Monochromatic Colors of #60BF37
Black with #60BF37
Text Example
Text Example
White with #60BF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF37; }
p { color: rgb(96,191,55); }
H1.HeaderClassName
{
color: #60BF37;
}
.AnyTagClassName
{
color: #60BF37;
}
</style>
background-color css
<style>
a { background-color: #60BF37; }
a { background-color: rgb(96,191,55); }
div.DivClassName
{
background-color: #60BF37;
}
.BgClassName
{
background-color: #60BF37;
}
</style>
border-color css
<style>
span { border-color: #60BF37; }
span { border-color: rgb(96,191,55); }
td.TdClassName
{
border-color: #60BF37;
}
.TagClassName
{
border-color: #60BF37;
}
</style>