Shades of Apple #60D63B
Tints of Apple #60D63B
RGB
CMYK
RGB Variations
Color information
#60D63B (or 0x60D63B) is known color: Apple. HEX triplet: 60, D6 and 3B. RGB value is (96,214,59). Sum of RGB (Red+Green+Blue) = 96+214+59=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 214 (83.98% from 255 or 57.99% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 214 - color contains mainly: green. Hex color #60D63B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D63B is #9F29C4. Grayscale: #A1A1A1. Windows color (decimal): -10430917 or 3921504. OLE color: 3921504.
HSL color Cylindrical-coordinate representation of color #60D63B: hue angle of 105.68º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60D63B is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 214 | 59 | - |
| CMYK | 0.55 | 0 | 0.72 | 0.16 |
| HSL | 105.68º | 0.65% | 0.54% | - |
| HSV(B) | 105.68º | 0.72% | 0.84% | - |
| XYZ | 29.66 | 50.9 | 12.4 | - |
| YUV | 161.05 | 70.41 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 214 | 59 | 0.55 | 0 | 0.72 | 0.16 | 105.68 | 0.65 | 0.54 |
| Hex | 60 | D6 | 3B | 37 | 0 | 48 | 10 | 6A | 41 | 36 |
| Octal | 140 | 326 | 73 | 67 | 0 | 110 | 20 | 152 | 101 | 66 |
| Binary | 1100000 | 11010110 | 111011 | 110111 | 0 | 1001000 | 10000 | 1101010 | 1000001 | 110110 |
Color Harmonies of #60D63B
Complementary color
Monochromatic Colors of #60D63B
Black with #60D63B
Text Example
Text Example
White with #60D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D63B; }
p { color: rgb(96,214,59); }
H1.HeaderClassName
{
color: #60D63B;
}
.AnyTagClassName
{
color: #60D63B;
}
</style>
background-color css
<style>
a { background-color: #60D63B; }
a { background-color: rgb(96,214,59); }
div.DivClassName
{
background-color: #60D63B;
}
.BgClassName
{
background-color: #60D63B;
}
</style>
border-color css
<style>
span { border-color: #60D63B; }
span { border-color: rgb(96,214,59); }
td.TdClassName
{
border-color: #60D63B;
}
.TagClassName
{
border-color: #60D63B;
}
</style>