Shades of Apple #6AD83D
Tints of Apple #6AD83D
RGB
CMYK
RGB Variations
Color information
#6AD83D (or 0x6AD83D) is known color: Apple. HEX triplet: 6A, D8 and 3D. RGB value is (106,216,61). Sum of RGB (Red+Green+Blue) = 106+216+61=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 216 (84.77% from 255 or 56.40% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 216 - color contains mainly: green. Hex color #6AD83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD83D is #9527C2. Grayscale: #A5A5A5. Windows color (decimal): -9775043 or 4053098. OLE color: 4053098.
HSL color Cylindrical-coordinate representation of color #6AD83D: hue angle of 102.58º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6AD83D is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 216 | 61 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.15 |
| HSL | 102.58º | 0.67% | 0.54% | - |
| HSV(B) | 102.58º | 0.72% | 0.85% | - |
| XYZ | 31.34 | 52.51 | 12.9 | - |
| YUV | 165.44 | 69.06 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 216 | 61 | 0.51 | 0 | 0.72 | 0.15 | 102.58 | 0.67 | 0.54 |
| Hex | 6A | D8 | 3D | 33 | 0 | 48 | F | 67 | 43 | 36 |
| Octal | 152 | 330 | 75 | 63 | 0 | 110 | 17 | 147 | 103 | 66 |
| Binary | 1101010 | 11011000 | 111101 | 110011 | 0 | 1001000 | 1111 | 1100111 | 1000011 | 110110 |
Color Harmonies of #6AD83D
Complementary color
Monochromatic Colors of #6AD83D
Black with #6AD83D
Text Example
Text Example
White with #6AD83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD83D; }
p { color: rgb(106,216,61); }
H1.HeaderClassName
{
color: #6AD83D;
}
.AnyTagClassName
{
color: #6AD83D;
}
</style>
background-color css
<style>
a { background-color: #6AD83D; }
a { background-color: rgb(106,216,61); }
div.DivClassName
{
background-color: #6AD83D;
}
.BgClassName
{
background-color: #6AD83D;
}
</style>
border-color css
<style>
span { border-color: #6AD83D; }
span { border-color: rgb(106,216,61); }
td.TdClassName
{
border-color: #6AD83D;
}
.TagClassName
{
border-color: #6AD83D;
}
</style>