Shades of Apple #60CB3C
Tints of Apple #60CB3C
RGB
CMYK
RGB Variations
Color information
#60CB3C (or 0x60CB3C) is known color: Apple. HEX triplet: 60, CB and 3C. RGB value is (96,203,60). Sum of RGB (Red+Green+Blue) = 96+203+60=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CB3C is #9F34C3. Grayscale: #9B9B9B. Windows color (decimal): -10433732 or 3984224. OLE color: 3984224.
HSL color Cylindrical-coordinate representation of color #60CB3C: hue angle of 104.9º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60CB3C is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 60 | - |
| CMYK | 0.53 | 0 | 0.70 | 0.20 |
| HSL | 104.9º | 0.58% | 0.52% | - |
| HSV(B) | 104.9º | 0.7% | 0.8% | - |
| XYZ | 27 | 45.52 | 11.64 | - |
| YUV | 154.71 | 74.55 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 60 | 0.53 | 0 | 0.70 | 0.20 | 104.9 | 0.58 | 0.52 |
| Hex | 60 | CB | 3C | 35 | 0 | 46 | 14 | 69 | 3A | 34 |
| Octal | 140 | 313 | 74 | 65 | 0 | 106 | 24 | 151 | 72 | 64 |
| Binary | 1100000 | 11001011 | 111100 | 110101 | 0 | 1000110 | 10100 | 1101001 | 111010 | 110100 |
Color Harmonies of #60CB3C
Complementary color
Monochromatic Colors of #60CB3C
Black with #60CB3C
Text Example
Text Example
White with #60CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CB3C; }
p { color: rgb(96,203,60); }
H1.HeaderClassName
{
color: #60CB3C;
}
.AnyTagClassName
{
color: #60CB3C;
}
</style>
background-color css
<style>
a { background-color: #60CB3C; }
a { background-color: rgb(96,203,60); }
div.DivClassName
{
background-color: #60CB3C;
}
.BgClassName
{
background-color: #60CB3C;
}
</style>
border-color css
<style>
span { border-color: #60CB3C; }
span { border-color: rgb(96,203,60); }
td.TdClassName
{
border-color: #60CB3C;
}
.TagClassName
{
border-color: #60CB3C;
}
</style>