Shades of Apple #60DF35
Tints of Apple #60DF35
RGB
CMYK
RGB Variations
Color information
#60DF35 (or 0x60DF35) is known color: Apple. HEX triplet: 60, DF and 35. RGB value is (96,223,53). Sum of RGB (Red+Green+Blue) = 96+223+53=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 223 (87.5% from 255 or 59.95% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 223 - color contains mainly: green. Hex color #60DF35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60DF35 is #9F20CA. Grayscale: #A6A6A6. Windows color (decimal): -10428619 or 3530592. OLE color: 3530592.
HSL color Cylindrical-coordinate representation of color #60DF35: hue angle of 104.82º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60DF35 is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 223 | 53 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.13 |
| HSL | 104.82º | 0.73% | 0.54% | - |
| HSV(B) | 104.82º | 0.76% | 0.87% | - |
| XYZ | 31.85 | 55.52 | 12.41 | - |
| YUV | 165.65 | 64.42 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 223 | 53 | 0.57 | 0 | 0.76 | 0.13 | 104.82 | 0.73 | 0.54 |
| Hex | 60 | DF | 35 | 39 | 0 | 4C | D | 69 | 49 | 36 |
| Octal | 140 | 337 | 65 | 71 | 0 | 114 | 15 | 151 | 111 | 66 |
| Binary | 1100000 | 11011111 | 110101 | 111001 | 0 | 1001100 | 1101 | 1101001 | 1001001 | 110110 |
Color Harmonies of #60DF35
Complementary color
Monochromatic Colors of #60DF35
Black with #60DF35
Text Example
Text Example
White with #60DF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DF35; }
p { color: rgb(96,223,53); }
H1.HeaderClassName
{
color: #60DF35;
}
.AnyTagClassName
{
color: #60DF35;
}
</style>
background-color css
<style>
a { background-color: #60DF35; }
a { background-color: rgb(96,223,53); }
div.DivClassName
{
background-color: #60DF35;
}
.BgClassName
{
background-color: #60DF35;
}
</style>
border-color css
<style>
span { border-color: #60DF35; }
span { border-color: rgb(96,223,53); }
td.TdClassName
{
border-color: #60DF35;
}
.TagClassName
{
border-color: #60DF35;
}
</style>