Shades of Apple #6ACD50
Tints of Apple #6ACD50
RGB
CMYK
RGB Variations
Color information
#6ACD50 (or 0x6ACD50) is known color: Apple. HEX triplet: 6A, CD and 50. RGB value is (106,205,80). Sum of RGB (Red+Green+Blue) = 106+205+80=391 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.11% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACD50 is #9532AF. Grayscale: #A1A1A1. Windows color (decimal): -9777840 or 5295466. OLE color: 5295466.
HSL color Cylindrical-coordinate representation of color #6ACD50: hue angle of 107.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6ACD50 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 205 | 80 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.20 |
| HSL | 107.52º | 0.56% | 0.56% | - |
| HSV(B) | 107.52º | 0.61% | 0.8% | - |
| XYZ | 29.22 | 47.31 | 15.18 | - |
| YUV | 161.15 | 82.2 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 205 | 80 | 0.48 | 0 | 0.61 | 0.20 | 107.52 | 0.56 | 0.56 |
| Hex | 6A | CD | 50 | 30 | 0 | 3D | 14 | 6C | 38 | 38 |
| Octal | 152 | 315 | 120 | 60 | 0 | 75 | 24 | 154 | 70 | 70 |
| Binary | 1101010 | 11001101 | 1010000 | 110000 | 0 | 111101 | 10100 | 1101100 | 111000 | 111000 |
Color Harmonies of #6ACD50
Complementary color
Monochromatic Colors of #6ACD50
Black with #6ACD50
Text Example
Text Example
White with #6ACD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACD50; }
p { color: rgb(106,205,80); }
H1.HeaderClassName
{
color: #6ACD50;
}
.AnyTagClassName
{
color: #6ACD50;
}
</style>
background-color css
<style>
a { background-color: #6ACD50; }
a { background-color: rgb(106,205,80); }
div.DivClassName
{
background-color: #6ACD50;
}
.BgClassName
{
background-color: #6ACD50;
}
</style>
border-color css
<style>
span { border-color: #6ACD50; }
span { border-color: rgb(106,205,80); }
td.TdClassName
{
border-color: #6ACD50;
}
.TagClassName
{
border-color: #6ACD50;
}
</style>