Shades of Apple #6ADB3D
Tints of Apple #6ADB3D
RGB
CMYK
RGB Variations
Color information
#6ADB3D (or 0x6ADB3D) is known color: Apple. HEX triplet: 6A, DB and 3D. RGB value is (106,219,61). Sum of RGB (Red+Green+Blue) = 106+219+61=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADB3D is #9524C2. Grayscale: #A7A7A7. Windows color (decimal): -9774275 or 4053866. OLE color: 4053866.
HSL color Cylindrical-coordinate representation of color #6ADB3D: hue angle of 102.91º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6ADB3D is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 61 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.14 |
| HSL | 102.91º | 0.69% | 0.55% | - |
| HSV(B) | 102.91º | 0.72% | 0.86% | - |
| XYZ | 32.12 | 54.06 | 13.16 | - |
| YUV | 167.2 | 68.06 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 61 | 0.52 | 0 | 0.72 | 0.14 | 102.91 | 0.69 | 0.55 |
| Hex | 6A | DB | 3D | 34 | 0 | 48 | E | 67 | 45 | 37 |
| Octal | 152 | 333 | 75 | 64 | 0 | 110 | 16 | 147 | 105 | 67 |
| Binary | 1101010 | 11011011 | 111101 | 110100 | 0 | 1001000 | 1110 | 1100111 | 1000101 | 110111 |
Color Harmonies of #6ADB3D
Complementary color
Monochromatic Colors of #6ADB3D
Black with #6ADB3D
Text Example
Text Example
White with #6ADB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADB3D; }
p { color: rgb(106,219,61); }
H1.HeaderClassName
{
color: #6ADB3D;
}
.AnyTagClassName
{
color: #6ADB3D;
}
</style>
background-color css
<style>
a { background-color: #6ADB3D; }
a { background-color: rgb(106,219,61); }
div.DivClassName
{
background-color: #6ADB3D;
}
.BgClassName
{
background-color: #6ADB3D;
}
</style>
border-color css
<style>
span { border-color: #6ADB3D; }
span { border-color: rgb(106,219,61); }
td.TdClassName
{
border-color: #6ADB3D;
}
.TagClassName
{
border-color: #6ADB3D;
}
</style>