Shades of Apple #60BD39
Tints of Apple #60BD39
RGB
CMYK
RGB Variations
Color information
#60BD39 (or 0x60BD39) is known color: Apple. HEX triplet: 60, BD and 39. RGB value is (96,189,57). Sum of RGB (Red+Green+Blue) = 96+189+57=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 189 (74.22% from 255 or 55.26% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BD39 is #9F42C6. Grayscale: #929292. Windows color (decimal): -10437319 or 3784032. OLE color: 3784032.
HSL color Cylindrical-coordinate representation of color #60BD39: hue angle of 102.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60BD39 is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 189 | 57 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.26 |
| HSL | 102.27º | 0.54% | 0.48% | - |
| HSV(B) | 102.27º | 0.7% | 0.74% | - |
| XYZ | 23.76 | 39.18 | 10.18 | - |
| YUV | 146.15 | 77.69 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 57 | 0.49 | 0 | 0.70 | 0.26 | 102.27 | 0.54 | 0.48 |
| Hex | 60 | BD | 39 | 31 | 0 | 46 | 1A | 66 | 36 | 30 |
| Octal | 140 | 275 | 71 | 61 | 0 | 106 | 32 | 146 | 66 | 60 |
| Binary | 1100000 | 10111101 | 111001 | 110001 | 0 | 1000110 | 11010 | 1100110 | 110110 | 110000 |
Color Harmonies of #60BD39
Complementary color
Monochromatic Colors of #60BD39
Black with #60BD39
Text Example
Text Example
White with #60BD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BD39; }
p { color: rgb(96,189,57); }
H1.HeaderClassName
{
color: #60BD39;
}
.AnyTagClassName
{
color: #60BD39;
}
</style>
background-color css
<style>
a { background-color: #60BD39; }
a { background-color: rgb(96,189,57); }
div.DivClassName
{
background-color: #60BD39;
}
.BgClassName
{
background-color: #60BD39;
}
</style>
border-color css
<style>
span { border-color: #60BD39; }
span { border-color: rgb(96,189,57); }
td.TdClassName
{
border-color: #60BD39;
}
.TagClassName
{
border-color: #60BD39;
}
</style>