Shades of Apple #6DBC4A
Tints of Apple #6DBC4A
RGB
CMYK
RGB Variations
Color information
#6DBC4A (or 0x6DBC4A) is known color: Apple. HEX triplet: 6D, BC and 4A. RGB value is (109,188,74). Sum of RGB (Red+Green+Blue) = 109+188+74=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBC4A is #9243B5. Grayscale: #979797. Windows color (decimal): -9585590 or 4897901. OLE color: 4897901.
HSL color Cylindrical-coordinate representation of color #6DBC4A: hue angle of 101.58º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6DBC4A is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 74 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.26 |
| HSL | 101.58º | 0.46% | 0.51% | - |
| HSV(B) | 101.58º | 0.61% | 0.74% | - |
| XYZ | 25.53 | 39.71 | 12.8 | - |
| YUV | 151.38 | 84.33 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 74 | 0.42 | 0 | 0.61 | 0.26 | 101.58 | 0.46 | 0.51 |
| Hex | 6D | BC | 4A | 2A | 0 | 3D | 1A | 66 | 2E | 33 |
| Octal | 155 | 274 | 112 | 52 | 0 | 75 | 32 | 146 | 56 | 63 |
| Binary | 1101101 | 10111100 | 1001010 | 101010 | 0 | 111101 | 11010 | 1100110 | 101110 | 110011 |
Color Harmonies of #6DBC4A
Complementary color
Monochromatic Colors of #6DBC4A
Black with #6DBC4A
Text Example
Text Example
White with #6DBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBC4A; }
p { color: rgb(109,188,74); }
H1.HeaderClassName
{
color: #6DBC4A;
}
.AnyTagClassName
{
color: #6DBC4A;
}
</style>
background-color css
<style>
a { background-color: #6DBC4A; }
a { background-color: rgb(109,188,74); }
div.DivClassName
{
background-color: #6DBC4A;
}
.BgClassName
{
background-color: #6DBC4A;
}
</style>
border-color css
<style>
span { border-color: #6DBC4A; }
span { border-color: rgb(109,188,74); }
td.TdClassName
{
border-color: #6DBC4A;
}
.TagClassName
{
border-color: #6DBC4A;
}
</style>