Shades of Apple #6ACD52
Tints of Apple #6ACD52
RGB
CMYK
RGB Variations
Color information
#6ACD52 (or 0x6ACD52) is known color: Apple. HEX triplet: 6A, CD and 52. RGB value is (106,205,82). Sum of RGB (Red+Green+Blue) = 106+205+82=393 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.97% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACD52 is #9532AD. Grayscale: #A1A1A1. Windows color (decimal): -9777838 or 5426538. OLE color: 5426538.
HSL color Cylindrical-coordinate representation of color #6ACD52: hue angle of 108.29º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6ACD52 is Cyan = 0.48, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 205 | 82 | - |
| CMYK | 0.48 | 0 | 0.6 | 0.20 |
| HSL | 108.29º | 0.55% | 0.56% | - |
| HSV(B) | 108.29º | 0.6% | 0.8% | - |
| XYZ | 29.3 | 47.34 | 15.58 | - |
| YUV | 161.38 | 83.2 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 205 | 82 | 0.48 | 0 | 0.6 | 0.20 | 108.29 | 0.55 | 0.56 |
| Hex | 6A | CD | 52 | 30 | 0 | 3C | 14 | 6C | 37 | 38 |
| Octal | 152 | 315 | 122 | 60 | 0 | 74 | 24 | 154 | 67 | 70 |
| Binary | 1101010 | 11001101 | 1010010 | 110000 | 0 | 111100 | 10100 | 1101100 | 110111 | 111000 |
Color Harmonies of #6ACD52
Complementary color
Monochromatic Colors of #6ACD52
Black with #6ACD52
Text Example
Text Example
White with #6ACD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACD52; }
p { color: rgb(106,205,82); }
H1.HeaderClassName
{
color: #6ACD52;
}
.AnyTagClassName
{
color: #6ACD52;
}
</style>
background-color css
<style>
a { background-color: #6ACD52; }
a { background-color: rgb(106,205,82); }
div.DivClassName
{
background-color: #6ACD52;
}
.BgClassName
{
background-color: #6ACD52;
}
</style>
border-color css
<style>
span { border-color: #6ACD52; }
span { border-color: rgb(106,205,82); }
td.TdClassName
{
border-color: #6ACD52;
}
.TagClassName
{
border-color: #6ACD52;
}
</style>