Shades of Apple #6AD62F
Tints of Apple #6AD62F
RGB
CMYK
RGB Variations
Color information
#6AD62F (or 0x6AD62F) is known color: Apple. HEX triplet: 6A, D6 and 2F. RGB value is (106,214,47). Sum of RGB (Red+Green+Blue) = 106+214+47=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD62F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD62F is #9529D0. Grayscale: #A3A3A3. Windows color (decimal): -9775569 or 3135082. OLE color: 3135082.
HSL color Cylindrical-coordinate representation of color #6AD62F: hue angle of 98.8º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6AD62F is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 214 | 47 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.16 |
| HSL | 98.8º | 0.67% | 0.51% | - |
| HSV(B) | 98.8º | 0.78% | 0.84% | - |
| XYZ | 30.5 | 51.36 | 11 | - |
| YUV | 162.67 | 62.72 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 47 | 0.50 | 0 | 0.78 | 0.16 | 98.8 | 0.67 | 0.51 |
| Hex | 6A | D6 | 2F | 32 | 0 | 4E | 10 | 63 | 43 | 33 |
| Octal | 152 | 326 | 57 | 62 | 0 | 116 | 20 | 143 | 103 | 63 |
| Binary | 1101010 | 11010110 | 101111 | 110010 | 0 | 1001110 | 10000 | 1100011 | 1000011 | 110011 |
Color Harmonies of #6AD62F
Complementary color
Monochromatic Colors of #6AD62F
Black with #6AD62F
Text Example
Text Example
White with #6AD62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD62F; }
p { color: rgb(106,214,47); }
H1.HeaderClassName
{
color: #6AD62F;
}
.AnyTagClassName
{
color: #6AD62F;
}
</style>
background-color css
<style>
a { background-color: #6AD62F; }
a { background-color: rgb(106,214,47); }
div.DivClassName
{
background-color: #6AD62F;
}
.BgClassName
{
background-color: #6AD62F;
}
</style>
border-color css
<style>
span { border-color: #6AD62F; }
span { border-color: rgb(106,214,47); }
td.TdClassName
{
border-color: #6AD62F;
}
.TagClassName
{
border-color: #6AD62F;
}
</style>