Shades of Apple #60BF41
Tints of Apple #60BF41
RGB
CMYK
RGB Variations
Color information
#60BF41 (or 0x60BF41) is known color: Apple. HEX triplet: 60, BF and 41. RGB value is (96,191,65). Sum of RGB (Red+Green+Blue) = 96+191+65=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BF41 is #9F40BE. Grayscale: #949494. Windows color (decimal): -10436799 or 4308832. OLE color: 4308832.
HSL color Cylindrical-coordinate representation of color #60BF41: hue angle of 105.24º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60BF41 is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 65 | - |
| CMYK | 0.50 | 0 | 0.66 | 0.25 |
| HSL | 105.24º | 0.5% | 0.5% | - |
| HSV(B) | 105.24º | 0.66% | 0.75% | - |
| XYZ | 24.41 | 40.13 | 11.46 | - |
| YUV | 148.23 | 81.03 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 65 | 0.50 | 0 | 0.66 | 0.25 | 105.24 | 0.5 | 0.5 |
| Hex | 60 | BF | 41 | 32 | 0 | 42 | 19 | 69 | 32 | 32 |
| Octal | 140 | 277 | 101 | 62 | 0 | 102 | 31 | 151 | 62 | 62 |
| Binary | 1100000 | 10111111 | 1000001 | 110010 | 0 | 1000010 | 11001 | 1101001 | 110010 | 110010 |
Color Harmonies of #60BF41
Complementary color
Monochromatic Colors of #60BF41
Black with #60BF41
Text Example
Text Example
White with #60BF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF41; }
p { color: rgb(96,191,65); }
H1.HeaderClassName
{
color: #60BF41;
}
.AnyTagClassName
{
color: #60BF41;
}
</style>
background-color css
<style>
a { background-color: #60BF41; }
a { background-color: rgb(96,191,65); }
div.DivClassName
{
background-color: #60BF41;
}
.BgClassName
{
background-color: #60BF41;
}
</style>
border-color css
<style>
span { border-color: #60BF41; }
span { border-color: rgb(96,191,65); }
td.TdClassName
{
border-color: #60BF41;
}
.TagClassName
{
border-color: #60BF41;
}
</style>