Shades of Apple #6DBD34
Tints of Apple #6DBD34
RGB
CMYK
RGB Variations
Color information
#6DBD34 (or 0x6DBD34) is known color: Apple. HEX triplet: 6D, BD and 34. RGB value is (109,189,52). Sum of RGB (Red+Green+Blue) = 109+189+52=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBD34 is #9242CB. Grayscale: #959595. Windows color (decimal): -9585356 or 3456365. OLE color: 3456365.
HSL color Cylindrical-coordinate representation of color #6DBD34: hue angle of 95.04º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6DBD34 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 52 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.26 |
| HSL | 95.04º | 0.57% | 0.47% | - |
| HSV(B) | 95.04º | 0.72% | 0.74% | - |
| XYZ | 25.12 | 39.89 | 9.63 | - |
| YUV | 149.46 | 73 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 52 | 0.42 | 0 | 0.72 | 0.26 | 95.04 | 0.57 | 0.47 |
| Hex | 6D | BD | 34 | 2A | 0 | 48 | 1A | 5F | 39 | 2F |
| Octal | 155 | 275 | 64 | 52 | 0 | 110 | 32 | 137 | 71 | 57 |
| Binary | 1101101 | 10111101 | 110100 | 101010 | 0 | 1001000 | 11010 | 1011111 | 111001 | 101111 |
Color Harmonies of #6DBD34
Complementary color
Monochromatic Colors of #6DBD34
Black with #6DBD34
Text Example
Text Example
White with #6DBD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD34; }
p { color: rgb(109,189,52); }
H1.HeaderClassName
{
color: #6DBD34;
}
.AnyTagClassName
{
color: #6DBD34;
}
</style>
background-color css
<style>
a { background-color: #6DBD34; }
a { background-color: rgb(109,189,52); }
div.DivClassName
{
background-color: #6DBD34;
}
.BgClassName
{
background-color: #6DBD34;
}
</style>
border-color css
<style>
span { border-color: #6DBD34; }
span { border-color: rgb(109,189,52); }
td.TdClassName
{
border-color: #6DBD34;
}
.TagClassName
{
border-color: #6DBD34;
}
</style>