Shades of Apple #60BD36
Tints of Apple #60BD36
RGB
CMYK
RGB Variations
Color information
#60BD36 (or 0x60BD36) is known color: Apple. HEX triplet: 60, BD and 36. RGB value is (96,189,54). Sum of RGB (Red+Green+Blue) = 96+189+54=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 189 (74.22% from 255 or 55.75% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BD36 is #9F42C9. Grayscale: #929292. Windows color (decimal): -10437322 or 3587424. OLE color: 3587424.
HSL color Cylindrical-coordinate representation of color #60BD36: hue angle of 101.33º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60BD36 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 189 | 54 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.26 |
| HSL | 101.33º | 0.56% | 0.48% | - |
| HSV(B) | 101.33º | 0.71% | 0.74% | - |
| XYZ | 23.69 | 39.15 | 9.8 | - |
| YUV | 145.8 | 76.19 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 54 | 0.49 | 0 | 0.71 | 0.26 | 101.33 | 0.56 | 0.48 |
| Hex | 60 | BD | 36 | 31 | 0 | 47 | 1A | 65 | 38 | 30 |
| Octal | 140 | 275 | 66 | 61 | 0 | 107 | 32 | 145 | 70 | 60 |
| Binary | 1100000 | 10111101 | 110110 | 110001 | 0 | 1000111 | 11010 | 1100101 | 111000 | 110000 |
Color Harmonies of #60BD36
Complementary color
Monochromatic Colors of #60BD36
Black with #60BD36
Text Example
Text Example
White with #60BD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BD36; }
p { color: rgb(96,189,54); }
H1.HeaderClassName
{
color: #60BD36;
}
.AnyTagClassName
{
color: #60BD36;
}
</style>
background-color css
<style>
a { background-color: #60BD36; }
a { background-color: rgb(96,189,54); }
div.DivClassName
{
background-color: #60BD36;
}
.BgClassName
{
background-color: #60BD36;
}
</style>
border-color css
<style>
span { border-color: #60BD36; }
span { border-color: rgb(96,189,54); }
td.TdClassName
{
border-color: #60BD36;
}
.TagClassName
{
border-color: #60BD36;
}
</style>