Shades of Apple #6AD632
Tints of Apple #6AD632
RGB
CMYK
RGB Variations
Color information
#6AD632 (or 0x6AD632) is known color: Apple. HEX triplet: 6A, D6 and 32. RGB value is (106,214,50). Sum of RGB (Red+Green+Blue) = 106+214+50=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 214 (83.98% from 255 or 57.84% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD632 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD632 is #9529CD. Grayscale: #A3A3A3. Windows color (decimal): -9775566 or 3331690. OLE color: 3331690.
HSL color Cylindrical-coordinate representation of color #6AD632: hue angle of 99.51º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6AD632 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 214 | 50 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.16 |
| HSL | 99.51º | 0.67% | 0.52% | - |
| HSV(B) | 99.51º | 0.77% | 0.84% | - |
| XYZ | 30.57 | 51.39 | 11.33 | - |
| YUV | 163.01 | 64.22 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 50 | 0.50 | 0 | 0.77 | 0.16 | 99.51 | 0.67 | 0.52 |
| Hex | 6A | D6 | 32 | 32 | 0 | 4D | 10 | 64 | 43 | 34 |
| Octal | 152 | 326 | 62 | 62 | 0 | 115 | 20 | 144 | 103 | 64 |
| Binary | 1101010 | 11010110 | 110010 | 110010 | 0 | 1001101 | 10000 | 1100100 | 1000011 | 110100 |
Color Harmonies of #6AD632
Complementary color
Monochromatic Colors of #6AD632
Black with #6AD632
Text Example
Text Example
White with #6AD632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD632; }
p { color: rgb(106,214,50); }
H1.HeaderClassName
{
color: #6AD632;
}
.AnyTagClassName
{
color: #6AD632;
}
</style>
background-color css
<style>
a { background-color: #6AD632; }
a { background-color: rgb(106,214,50); }
div.DivClassName
{
background-color: #6AD632;
}
.BgClassName
{
background-color: #6AD632;
}
</style>
border-color css
<style>
span { border-color: #6AD632; }
span { border-color: rgb(106,214,50); }
td.TdClassName
{
border-color: #6AD632;
}
.TagClassName
{
border-color: #6AD632;
}
</style>