Shades of Apple #6ACD4D
Tints of Apple #6ACD4D
RGB
CMYK
RGB Variations
Color information
#6ACD4D (or 0x6ACD4D) is known color: Apple. HEX triplet: 6A, CD and 4D. RGB value is (106,205,77). Sum of RGB (Red+Green+Blue) = 106+205+77=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACD4D is #9532B2. Grayscale: #A1A1A1. Windows color (decimal): -9777843 or 5098858. OLE color: 5098858.
HSL color Cylindrical-coordinate representation of color #6ACD4D: hue angle of 106.41º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6ACD4D is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 205 | 77 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.20 |
| HSL | 106.41º | 0.56% | 0.55% | - |
| HSV(B) | 106.41º | 0.62% | 0.8% | - |
| XYZ | 29.11 | 47.26 | 14.61 | - |
| YUV | 160.81 | 80.7 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 205 | 77 | 0.48 | 0 | 0.62 | 0.20 | 106.41 | 0.56 | 0.55 |
| Hex | 6A | CD | 4D | 30 | 0 | 3E | 14 | 6A | 38 | 37 |
| Octal | 152 | 315 | 115 | 60 | 0 | 76 | 24 | 152 | 70 | 67 |
| Binary | 1101010 | 11001101 | 1001101 | 110000 | 0 | 111110 | 10100 | 1101010 | 111000 | 110111 |
Color Harmonies of #6ACD4D
Complementary color
Monochromatic Colors of #6ACD4D
Black with #6ACD4D
Text Example
Text Example
White with #6ACD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACD4D; }
p { color: rgb(106,205,77); }
H1.HeaderClassName
{
color: #6ACD4D;
}
.AnyTagClassName
{
color: #6ACD4D;
}
</style>
background-color css
<style>
a { background-color: #6ACD4D; }
a { background-color: rgb(106,205,77); }
div.DivClassName
{
background-color: #6ACD4D;
}
.BgClassName
{
background-color: #6ACD4D;
}
</style>
border-color css
<style>
span { border-color: #6ACD4D; }
span { border-color: rgb(106,205,77); }
td.TdClassName
{
border-color: #6ACD4D;
}
.TagClassName
{
border-color: #6ACD4D;
}
</style>