Shades of Apple #60B93F
Tints of Apple #60B93F
RGB
CMYK
RGB Variations
Color information
#60B93F (or 0x60B93F) is known color: Apple. HEX triplet: 60, B9 and 3F. RGB value is (96,185,63). Sum of RGB (Red+Green+Blue) = 96+185+63=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 185 (72.66% from 255 or 53.78% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 185 - color contains mainly: green. Hex color #60B93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B93F is #9F46C0. Grayscale: #909090. Windows color (decimal): -10438337 or 4176224. OLE color: 4176224.
HSL color Cylindrical-coordinate representation of color #60B93F: hue angle of 103.77º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60B93F is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 185 | 63 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.27 |
| HSL | 103.77º | 0.49% | 0.49% | - |
| HSV(B) | 103.77º | 0.66% | 0.73% | - |
| XYZ | 23.07 | 37.54 | 10.73 | - |
| YUV | 144.48 | 82.01 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 63 | 0.48 | 0 | 0.66 | 0.27 | 103.77 | 0.49 | 0.49 |
| Hex | 60 | B9 | 3F | 30 | 0 | 42 | 1B | 68 | 31 | 31 |
| Octal | 140 | 271 | 77 | 60 | 0 | 102 | 33 | 150 | 61 | 61 |
| Binary | 1100000 | 10111001 | 111111 | 110000 | 0 | 1000010 | 11011 | 1101000 | 110001 | 110001 |
Color Harmonies of #60B93F
Complementary color
Monochromatic Colors of #60B93F
Black with #60B93F
Text Example
Text Example
White with #60B93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B93F; }
p { color: rgb(96,185,63); }
H1.HeaderClassName
{
color: #60B93F;
}
.AnyTagClassName
{
color: #60B93F;
}
</style>
background-color css
<style>
a { background-color: #60B93F; }
a { background-color: rgb(96,185,63); }
div.DivClassName
{
background-color: #60B93F;
}
.BgClassName
{
background-color: #60B93F;
}
</style>
border-color css
<style>
span { border-color: #60B93F; }
span { border-color: rgb(96,185,63); }
td.TdClassName
{
border-color: #60B93F;
}
.TagClassName
{
border-color: #60B93F;
}
</style>