Shades of Apple #6AD534
Tints of Apple #6AD534
RGB
CMYK
RGB Variations
Color information
#6AD534 (or 0x6AD534) is known color: Apple. HEX triplet: 6A, D5 and 34. RGB value is (106,213,52). Sum of RGB (Red+Green+Blue) = 106+213+52=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD534 is #952ACB. Grayscale: #A3A3A3. Windows color (decimal): -9775820 or 3462506. OLE color: 3462506.
HSL color Cylindrical-coordinate representation of color #6AD534: hue angle of 99.88º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6AD534 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 213 | 52 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.16 |
| HSL | 99.88º | 0.66% | 0.52% | - |
| HSV(B) | 99.88º | 0.76% | 0.84% | - |
| XYZ | 30.36 | 50.9 | 11.47 | - |
| YUV | 162.65 | 65.55 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 213 | 52 | 0.50 | 0 | 0.76 | 0.16 | 99.88 | 0.66 | 0.52 |
| Hex | 6A | D5 | 34 | 32 | 0 | 4C | 10 | 64 | 42 | 34 |
| Octal | 152 | 325 | 64 | 62 | 0 | 114 | 20 | 144 | 102 | 64 |
| Binary | 1101010 | 11010101 | 110100 | 110010 | 0 | 1001100 | 10000 | 1100100 | 1000010 | 110100 |
Color Harmonies of #6AD534
Complementary color
Monochromatic Colors of #6AD534
Black with #6AD534
Text Example
Text Example
White with #6AD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD534; }
p { color: rgb(106,213,52); }
H1.HeaderClassName
{
color: #6AD534;
}
.AnyTagClassName
{
color: #6AD534;
}
</style>
background-color css
<style>
a { background-color: #6AD534; }
a { background-color: rgb(106,213,52); }
div.DivClassName
{
background-color: #6AD534;
}
.BgClassName
{
background-color: #6AD534;
}
</style>
border-color css
<style>
span { border-color: #6AD534; }
span { border-color: rgb(106,213,52); }
td.TdClassName
{
border-color: #6AD534;
}
.TagClassName
{
border-color: #6AD534;
}
</style>