Shades of Apple #60C23D
Tints of Apple #60C23D
RGB
CMYK
RGB Variations
Color information
#60C23D (or 0x60C23D) is known color: Apple. HEX triplet: 60, C2 and 3D. RGB value is (96,194,61). Sum of RGB (Red+Green+Blue) = 96+194+61=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 194 (76.17% from 255 or 55.27% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 194 - color contains mainly: green. Hex color #60C23D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C23D is #9F3DC2. Grayscale: #959595. Windows color (decimal): -10436035 or 4047456. OLE color: 4047456.
HSL color Cylindrical-coordinate representation of color #60C23D: hue angle of 104.21º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60C23D is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 194 | 61 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.24 |
| HSL | 104.21º | 0.52% | 0.5% | - |
| HSV(B) | 104.21º | 0.69% | 0.76% | - |
| XYZ | 24.96 | 41.41 | 11.09 | - |
| YUV | 149.54 | 78.03 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 61 | 0.51 | 0 | 0.69 | 0.24 | 104.21 | 0.52 | 0.5 |
| Hex | 60 | C2 | 3D | 33 | 0 | 45 | 18 | 68 | 34 | 32 |
| Octal | 140 | 302 | 75 | 63 | 0 | 105 | 30 | 150 | 64 | 62 |
| Binary | 1100000 | 11000010 | 111101 | 110011 | 0 | 1000101 | 11000 | 1101000 | 110100 | 110010 |
Color Harmonies of #60C23D
Complementary color
Monochromatic Colors of #60C23D
Black with #60C23D
Text Example
Text Example
White with #60C23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C23D; }
p { color: rgb(96,194,61); }
H1.HeaderClassName
{
color: #60C23D;
}
.AnyTagClassName
{
color: #60C23D;
}
</style>
background-color css
<style>
a { background-color: #60C23D; }
a { background-color: rgb(96,194,61); }
div.DivClassName
{
background-color: #60C23D;
}
.BgClassName
{
background-color: #60C23D;
}
</style>
border-color css
<style>
span { border-color: #60C23D; }
span { border-color: rgb(96,194,61); }
td.TdClassName
{
border-color: #60C23D;
}
.TagClassName
{
border-color: #60C23D;
}
</style>