Shades of Apple #6AD545
Tints of Apple #6AD545
RGB
CMYK
RGB Variations
Color information
#6AD545 (or 0x6AD545) is known color: Apple. HEX triplet: 6A, D5 and 45. RGB value is (106,213,69). Sum of RGB (Red+Green+Blue) = 106+213+69=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 213 (83.59% from 255 or 54.90% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD545 is #952ABA. Grayscale: #A5A5A5. Windows color (decimal): -9775803 or 4576618. OLE color: 4576618.
HSL color Cylindrical-coordinate representation of color #6AD545: hue angle of 104.58º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6AD545 is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 213 | 69 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.16 |
| HSL | 104.58º | 0.63% | 0.55% | - |
| HSV(B) | 104.58º | 0.68% | 0.84% | - |
| XYZ | 30.81 | 51.08 | 13.87 | - |
| YUV | 164.59 | 74.05 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 213 | 69 | 0.50 | 0 | 0.68 | 0.16 | 104.58 | 0.63 | 0.55 |
| Hex | 6A | D5 | 45 | 32 | 0 | 44 | 10 | 69 | 3F | 37 |
| Octal | 152 | 325 | 105 | 62 | 0 | 104 | 20 | 151 | 77 | 67 |
| Binary | 1101010 | 11010101 | 1000101 | 110010 | 0 | 1000100 | 10000 | 1101001 | 111111 | 110111 |
Color Harmonies of #6AD545
Complementary color
Monochromatic Colors of #6AD545
Black with #6AD545
Text Example
Text Example
White with #6AD545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD545; }
p { color: rgb(106,213,69); }
H1.HeaderClassName
{
color: #6AD545;
}
.AnyTagClassName
{
color: #6AD545;
}
</style>
background-color css
<style>
a { background-color: #6AD545; }
a { background-color: rgb(106,213,69); }
div.DivClassName
{
background-color: #6AD545;
}
.BgClassName
{
background-color: #6AD545;
}
</style>
border-color css
<style>
span { border-color: #6AD545; }
span { border-color: rgb(106,213,69); }
td.TdClassName
{
border-color: #6AD545;
}
.TagClassName
{
border-color: #6AD545;
}
</style>