Shades of Apple #60CB39
Tints of Apple #60CB39
RGB
CMYK
RGB Variations
Color information
#60CB39 (or 0x60CB39) is known color: Apple. HEX triplet: 60, CB and 39. RGB value is (96,203,57). Sum of RGB (Red+Green+Blue) = 96+203+57=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CB39 is #9F34C6. Grayscale: #9A9A9A. Windows color (decimal): -10433735 or 3787616. OLE color: 3787616.
HSL color Cylindrical-coordinate representation of color #60CB39: hue angle of 103.97º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60CB39 is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 57 | - |
| CMYK | 0.53 | 0 | 0.72 | 0.20 |
| HSL | 103.97º | 0.58% | 0.51% | - |
| HSV(B) | 103.97º | 0.72% | 0.8% | - |
| XYZ | 26.92 | 45.49 | 11.23 | - |
| YUV | 154.36 | 73.05 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 57 | 0.53 | 0 | 0.72 | 0.20 | 103.97 | 0.58 | 0.51 |
| Hex | 60 | CB | 39 | 35 | 0 | 48 | 14 | 68 | 3A | 33 |
| Octal | 140 | 313 | 71 | 65 | 0 | 110 | 24 | 150 | 72 | 63 |
| Binary | 1100000 | 11001011 | 111001 | 110101 | 0 | 1001000 | 10100 | 1101000 | 111010 | 110011 |
Color Harmonies of #60CB39
Complementary color
Monochromatic Colors of #60CB39
Black with #60CB39
Text Example
Text Example
White with #60CB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CB39; }
p { color: rgb(96,203,57); }
H1.HeaderClassName
{
color: #60CB39;
}
.AnyTagClassName
{
color: #60CB39;
}
</style>
background-color css
<style>
a { background-color: #60CB39; }
a { background-color: rgb(96,203,57); }
div.DivClassName
{
background-color: #60CB39;
}
.BgClassName
{
background-color: #60CB39;
}
</style>
border-color css
<style>
span { border-color: #60CB39; }
span { border-color: rgb(96,203,57); }
td.TdClassName
{
border-color: #60CB39;
}
.TagClassName
{
border-color: #60CB39;
}
</style>