Shades of Apple #6DBB52
Tints of Apple #6DBB52
RGB
CMYK
RGB Variations
Color information
#6DBB52 (or 0x6DBB52) is known color: Apple. HEX triplet: 6D, BB and 52. RGB value is (109,187,82). Sum of RGB (Red+Green+Blue) = 109+187+82=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBB52 is #9244AD. Grayscale: #989898. Windows color (decimal): -9585838 or 5421933. OLE color: 5421933.
HSL color Cylindrical-coordinate representation of color #6DBB52: hue angle of 104.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DBB52 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 187 | 82 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.27 |
| HSL | 104.57º | 0.44% | 0.53% | - |
| HSV(B) | 104.57º | 0.56% | 0.73% | - |
| XYZ | 25.6 | 39.4 | 14.24 | - |
| YUV | 151.71 | 88.66 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 82 | 0.42 | 0 | 0.56 | 0.27 | 104.57 | 0.44 | 0.53 |
| Hex | 6D | BB | 52 | 2A | 0 | 38 | 1B | 69 | 2C | 35 |
| Octal | 155 | 273 | 122 | 52 | 0 | 70 | 33 | 151 | 54 | 65 |
| Binary | 1101101 | 10111011 | 1010010 | 101010 | 0 | 111000 | 11011 | 1101001 | 101100 | 110101 |
Color Harmonies of #6DBB52
Complementary color
Monochromatic Colors of #6DBB52
Black with #6DBB52
Text Example
Text Example
White with #6DBB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBB52; }
p { color: rgb(109,187,82); }
H1.HeaderClassName
{
color: #6DBB52;
}
.AnyTagClassName
{
color: #6DBB52;
}
</style>
background-color css
<style>
a { background-color: #6DBB52; }
a { background-color: rgb(109,187,82); }
div.DivClassName
{
background-color: #6DBB52;
}
.BgClassName
{
background-color: #6DBB52;
}
</style>
border-color css
<style>
span { border-color: #6DBB52; }
span { border-color: rgb(109,187,82); }
td.TdClassName
{
border-color: #6DBB52;
}
.TagClassName
{
border-color: #6DBB52;
}
</style>