Shades of Apple #6AD93D
Tints of Apple #6AD93D
RGB
CMYK
RGB Variations
Color information
#6AD93D (or 0x6AD93D) is known color: Apple. HEX triplet: 6A, D9 and 3D. RGB value is (106,217,61). Sum of RGB (Red+Green+Blue) = 106+217+61=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 217 (85.16% from 255 or 56.51% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 217 - color contains mainly: green. Hex color #6AD93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD93D is #9526C2. Grayscale: #A6A6A6. Windows color (decimal): -9774787 or 4053354. OLE color: 4053354.
HSL color Cylindrical-coordinate representation of color #6AD93D: hue angle of 102.69º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6AD93D is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 217 | 61 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.15 |
| HSL | 102.69º | 0.67% | 0.55% | - |
| HSV(B) | 102.69º | 0.72% | 0.85% | - |
| XYZ | 31.6 | 53.03 | 12.98 | - |
| YUV | 166.03 | 68.73 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 217 | 61 | 0.51 | 0 | 0.72 | 0.15 | 102.69 | 0.67 | 0.55 |
| Hex | 6A | D9 | 3D | 33 | 0 | 48 | F | 67 | 43 | 37 |
| Octal | 152 | 331 | 75 | 63 | 0 | 110 | 17 | 147 | 103 | 67 |
| Binary | 1101010 | 11011001 | 111101 | 110011 | 0 | 1001000 | 1111 | 1100111 | 1000011 | 110111 |
Color Harmonies of #6AD93D
Complementary color
Monochromatic Colors of #6AD93D
Black with #6AD93D
Text Example
Text Example
White with #6AD93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD93D; }
p { color: rgb(106,217,61); }
H1.HeaderClassName
{
color: #6AD93D;
}
.AnyTagClassName
{
color: #6AD93D;
}
</style>
background-color css
<style>
a { background-color: #6AD93D; }
a { background-color: rgb(106,217,61); }
div.DivClassName
{
background-color: #6AD93D;
}
.BgClassName
{
background-color: #6AD93D;
}
</style>
border-color css
<style>
span { border-color: #6AD93D; }
span { border-color: rgb(106,217,61); }
td.TdClassName
{
border-color: #6AD93D;
}
.TagClassName
{
border-color: #6AD93D;
}
</style>