Shades of Apple #6AD536
Tints of Apple #6AD536
RGB
CMYK
RGB Variations
Color information
#6AD536 (or 0x6AD536) is known color: Apple. HEX triplet: 6A, D5 and 36. RGB value is (106,213,54). Sum of RGB (Red+Green+Blue) = 106+213+54=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 213 (83.59% from 255 or 57.10% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD536 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD536 is #952AC9. Grayscale: #A3A3A3. Windows color (decimal): -9775818 or 3593578. OLE color: 3593578.
HSL color Cylindrical-coordinate representation of color #6AD536: hue angle of 100.38º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6AD536 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 213 | 54 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.16 |
| HSL | 100.38º | 0.65% | 0.52% | - |
| HSV(B) | 100.38º | 0.75% | 0.84% | - |
| XYZ | 30.4 | 50.92 | 11.72 | - |
| YUV | 162.88 | 66.55 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 213 | 54 | 0.50 | 0 | 0.75 | 0.16 | 100.38 | 0.65 | 0.52 |
| Hex | 6A | D5 | 36 | 32 | 0 | 4B | 10 | 64 | 41 | 34 |
| Octal | 152 | 325 | 66 | 62 | 0 | 113 | 20 | 144 | 101 | 64 |
| Binary | 1101010 | 11010101 | 110110 | 110010 | 0 | 1001011 | 10000 | 1100100 | 1000001 | 110100 |
Color Harmonies of #6AD536
Complementary color
Monochromatic Colors of #6AD536
Black with #6AD536
Text Example
Text Example
White with #6AD536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD536; }
p { color: rgb(106,213,54); }
H1.HeaderClassName
{
color: #6AD536;
}
.AnyTagClassName
{
color: #6AD536;
}
</style>
background-color css
<style>
a { background-color: #6AD536; }
a { background-color: rgb(106,213,54); }
div.DivClassName
{
background-color: #6AD536;
}
.BgClassName
{
background-color: #6AD536;
}
</style>
border-color css
<style>
span { border-color: #6AD536; }
span { border-color: rgb(106,213,54); }
td.TdClassName
{
border-color: #6AD536;
}
.TagClassName
{
border-color: #6AD536;
}
</style>