Shades of Apple #6DD534
Tints of Apple #6DD534
RGB
CMYK
RGB Variations
Color information
#6DD534 (or 0x6DD534) is known color: Apple. HEX triplet: 6D, D5 and 34. RGB value is (109,213,52). Sum of RGB (Red+Green+Blue) = 109+213+52=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 213 (83.59% from 255 or 56.95% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 213 - color contains mainly: green. Hex color #6DD534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD534 is #922ACB. Grayscale: #A4A4A4. Windows color (decimal): -9579212 or 3462509. OLE color: 3462509.
HSL color Cylindrical-coordinate representation of color #6DD534: hue angle of 98.76º 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 #6DD534 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 213 | 52 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.16 |
| HSL | 98.76º | 0.66% | 0.52% | - |
| HSV(B) | 98.76º | 0.76% | 0.84% | - |
| XYZ | 30.72 | 51.09 | 11.49 | - |
| YUV | 163.55 | 65.04 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 213 | 52 | 0.49 | 0 | 0.76 | 0.16 | 98.76 | 0.66 | 0.52 |
| Hex | 6D | D5 | 34 | 31 | 0 | 4C | 10 | 63 | 42 | 34 |
| Octal | 155 | 325 | 64 | 61 | 0 | 114 | 20 | 143 | 102 | 64 |
| Binary | 1101101 | 11010101 | 110100 | 110001 | 0 | 1001100 | 10000 | 1100011 | 1000010 | 110100 |
Color Harmonies of #6DD534
Complementary color
Monochromatic Colors of #6DD534
Black with #6DD534
Text Example
Text Example
White with #6DD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD534; }
p { color: rgb(109,213,52); }
H1.HeaderClassName
{
color: #6DD534;
}
.AnyTagClassName
{
color: #6DD534;
}
</style>
background-color css
<style>
a { background-color: #6DD534; }
a { background-color: rgb(109,213,52); }
div.DivClassName
{
background-color: #6DD534;
}
.BgClassName
{
background-color: #6DD534;
}
</style>
border-color css
<style>
span { border-color: #6DD534; }
span { border-color: rgb(109,213,52); }
td.TdClassName
{
border-color: #6DD534;
}
.TagClassName
{
border-color: #6DD534;
}
</style>