Shades of Apple #60DC3D
Tints of Apple #60DC3D
RGB
CMYK
RGB Variations
Color information
#60DC3D (or 0x60DC3D) is known color: Apple. HEX triplet: 60, DC and 3D. RGB value is (96,220,61). Sum of RGB (Red+Green+Blue) = 96+220+61=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 220 (86.33% from 255 or 58.36% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 220 - color contains mainly: green. Hex color #60DC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60DC3D is #9F23C2. Grayscale: #A5A5A5. Windows color (decimal): -10429379 or 4054112. OLE color: 4054112.
HSL color Cylindrical-coordinate representation of color #60DC3D: hue angle of 106.79º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60DC3D is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 220 | 61 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.14 |
| HSL | 106.79º | 0.69% | 0.55% | - |
| HSV(B) | 106.79º | 0.72% | 0.86% | - |
| XYZ | 31.26 | 54.01 | 13.19 | - |
| YUV | 164.8 | 69.42 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 61 | 0.56 | 0 | 0.72 | 0.14 | 106.79 | 0.69 | 0.55 |
| Hex | 60 | DC | 3D | 38 | 0 | 48 | E | 6B | 45 | 37 |
| Octal | 140 | 334 | 75 | 70 | 0 | 110 | 16 | 153 | 105 | 67 |
| Binary | 1100000 | 11011100 | 111101 | 111000 | 0 | 1001000 | 1110 | 1101011 | 1000101 | 110111 |
Color Harmonies of #60DC3D
Complementary color
Monochromatic Colors of #60DC3D
Black with #60DC3D
Text Example
Text Example
White with #60DC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DC3D; }
p { color: rgb(96,220,61); }
H1.HeaderClassName
{
color: #60DC3D;
}
.AnyTagClassName
{
color: #60DC3D;
}
</style>
background-color css
<style>
a { background-color: #60DC3D; }
a { background-color: rgb(96,220,61); }
div.DivClassName
{
background-color: #60DC3D;
}
.BgClassName
{
background-color: #60DC3D;
}
</style>
border-color css
<style>
span { border-color: #60DC3D; }
span { border-color: rgb(96,220,61); }
td.TdClassName
{
border-color: #60DC3D;
}
.TagClassName
{
border-color: #60DC3D;
}
</style>