Shades of Apple #6DDB34
Tints of Apple #6DDB34
RGB
CMYK
RGB Variations
Color information
#6DDB34 (or 0x6DDB34) is known color: Apple. HEX triplet: 6D, DB and 34. RGB value is (109,219,52). Sum of RGB (Red+Green+Blue) = 109+219+52=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 219 (85.94% from 255 or 57.63% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDB34 is #9224CB. Grayscale: #A7A7A7. Windows color (decimal): -9577676 or 3464045. OLE color: 3464045.
HSL color Cylindrical-coordinate representation of color #6DDB34: hue angle of 99.52º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6DDB34 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 219 | 52 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.14 |
| HSL | 99.52º | 0.7% | 0.53% | - |
| HSV(B) | 99.52º | 0.76% | 0.86% | - |
| XYZ | 32.26 | 54.16 | 12 | - |
| YUV | 167.07 | 63.06 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 52 | 0.50 | 0 | 0.76 | 0.14 | 99.52 | 0.7 | 0.53 |
| Hex | 6D | DB | 34 | 32 | 0 | 4C | E | 64 | 46 | 35 |
| Octal | 155 | 333 | 64 | 62 | 0 | 114 | 16 | 144 | 106 | 65 |
| Binary | 1101101 | 11011011 | 110100 | 110010 | 0 | 1001100 | 1110 | 1100100 | 1000110 | 110101 |
Color Harmonies of #6DDB34
Complementary color
Monochromatic Colors of #6DDB34
Black with #6DDB34
Text Example
Text Example
White with #6DDB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDB34; }
p { color: rgb(109,219,52); }
H1.HeaderClassName
{
color: #6DDB34;
}
.AnyTagClassName
{
color: #6DDB34;
}
</style>
background-color css
<style>
a { background-color: #6DDB34; }
a { background-color: rgb(109,219,52); }
div.DivClassName
{
background-color: #6DDB34;
}
.BgClassName
{
background-color: #6DDB34;
}
</style>
border-color css
<style>
span { border-color: #6DDB34; }
span { border-color: rgb(109,219,52); }
td.TdClassName
{
border-color: #6DDB34;
}
.TagClassName
{
border-color: #6DDB34;
}
</style>