Shades of Apple #6DBD4C
Tints of Apple #6DBD4C
RGB
CMYK
RGB Variations
Color information
#6DBD4C (or 0x6DBD4C) is known color: Apple. HEX triplet: 6D, BD and 4C. RGB value is (109,189,76). Sum of RGB (Red+Green+Blue) = 109+189+76=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBD4C is #9242B3. Grayscale: #989898. Windows color (decimal): -9585332 or 5029229. OLE color: 5029229.
HSL color Cylindrical-coordinate representation of color #6DBD4C: hue angle of 102.48º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6DBD4C is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 76 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.26 |
| HSL | 102.48º | 0.46% | 0.52% | - |
| HSV(B) | 102.48º | 0.6% | 0.74% | - |
| XYZ | 25.81 | 40.17 | 13.23 | - |
| YUV | 152.2 | 85 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 76 | 0.42 | 0 | 0.60 | 0.26 | 102.48 | 0.46 | 0.52 |
| Hex | 6D | BD | 4C | 2A | 0 | 3C | 1A | 66 | 2E | 34 |
| Octal | 155 | 275 | 114 | 52 | 0 | 74 | 32 | 146 | 56 | 64 |
| Binary | 1101101 | 10111101 | 1001100 | 101010 | 0 | 111100 | 11010 | 1100110 | 101110 | 110100 |
Color Harmonies of #6DBD4C
Complementary color
Monochromatic Colors of #6DBD4C
Black with #6DBD4C
Text Example
Text Example
White with #6DBD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD4C; }
p { color: rgb(109,189,76); }
H1.HeaderClassName
{
color: #6DBD4C;
}
.AnyTagClassName
{
color: #6DBD4C;
}
</style>
background-color css
<style>
a { background-color: #6DBD4C; }
a { background-color: rgb(109,189,76); }
div.DivClassName
{
background-color: #6DBD4C;
}
.BgClassName
{
background-color: #6DBD4C;
}
</style>
border-color css
<style>
span { border-color: #6DBD4C; }
span { border-color: rgb(109,189,76); }
td.TdClassName
{
border-color: #6DBD4C;
}
.TagClassName
{
border-color: #6DBD4C;
}
</style>