Shades of Apple #60CB4B
Tints of Apple #60CB4B
RGB
CMYK
RGB Variations
Color information
#60CB4B (or 0x60CB4B) is known color: Apple. HEX triplet: 60, CB and 4B. RGB value is (96,203,75). Sum of RGB (Red+Green+Blue) = 96+203+75=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 203 (79.69% from 255 or 54.28% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CB4B is #9F34B4. Grayscale: #9C9C9C. Windows color (decimal): -10433717 or 4967264. OLE color: 4967264.
HSL color Cylindrical-coordinate representation of color #60CB4B: hue angle of 110.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #60CB4B is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 75 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.20 |
| HSL | 110.16º | 0.55% | 0.55% | - |
| HSV(B) | 110.16º | 0.63% | 0.8% | - |
| XYZ | 27.45 | 45.71 | 14.03 | - |
| YUV | 156.42 | 82.05 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 75 | 0.53 | 0 | 0.63 | 0.20 | 110.16 | 0.55 | 0.55 |
| Hex | 60 | CB | 4B | 35 | 0 | 3F | 14 | 6E | 37 | 37 |
| Octal | 140 | 313 | 113 | 65 | 0 | 77 | 24 | 156 | 67 | 67 |
| Binary | 1100000 | 11001011 | 1001011 | 110101 | 0 | 111111 | 10100 | 1101110 | 110111 | 110111 |
Color Harmonies of #60CB4B
Complementary color
Monochromatic Colors of #60CB4B
Black with #60CB4B
Text Example
Text Example
White with #60CB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CB4B; }
p { color: rgb(96,203,75); }
H1.HeaderClassName
{
color: #60CB4B;
}
.AnyTagClassName
{
color: #60CB4B;
}
</style>
background-color css
<style>
a { background-color: #60CB4B; }
a { background-color: rgb(96,203,75); }
div.DivClassName
{
background-color: #60CB4B;
}
.BgClassName
{
background-color: #60CB4B;
}
</style>
border-color css
<style>
span { border-color: #60CB4B; }
span { border-color: rgb(96,203,75); }
td.TdClassName
{
border-color: #60CB4B;
}
.TagClassName
{
border-color: #60CB4B;
}
</style>