Shades of Apple #6DBC42
Tints of Apple #6DBC42
RGB
CMYK
RGB Variations
Color information
#6DBC42 (or 0x6DBC42) is known color: Apple. HEX triplet: 6D, BC and 42. RGB value is (109,188,66). Sum of RGB (Red+Green+Blue) = 109+188+66=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBC42 is #9243BD. Grayscale: #969696. Windows color (decimal): -9585598 or 4373613. OLE color: 4373613.
HSL color Cylindrical-coordinate representation of color #6DBC42: hue angle of 98.85º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6DBC42 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 66 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.26 |
| HSL | 98.85º | 0.48% | 0.5% | - |
| HSV(B) | 98.85º | 0.65% | 0.74% | - |
| XYZ | 25.27 | 39.61 | 11.47 | - |
| YUV | 150.47 | 80.33 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 66 | 0.42 | 0 | 0.65 | 0.26 | 98.85 | 0.48 | 0.5 |
| Hex | 6D | BC | 42 | 2A | 0 | 41 | 1A | 63 | 30 | 32 |
| Octal | 155 | 274 | 102 | 52 | 0 | 101 | 32 | 143 | 60 | 62 |
| Binary | 1101101 | 10111100 | 1000010 | 101010 | 0 | 1000001 | 11010 | 1100011 | 110000 | 110010 |
Color Harmonies of #6DBC42
Complementary color
Monochromatic Colors of #6DBC42
Black with #6DBC42
Text Example
Text Example
White with #6DBC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBC42; }
p { color: rgb(109,188,66); }
H1.HeaderClassName
{
color: #6DBC42;
}
.AnyTagClassName
{
color: #6DBC42;
}
</style>
background-color css
<style>
a { background-color: #6DBC42; }
a { background-color: rgb(109,188,66); }
div.DivClassName
{
background-color: #6DBC42;
}
.BgClassName
{
background-color: #6DBC42;
}
</style>
border-color css
<style>
span { border-color: #6DBC42; }
span { border-color: rgb(109,188,66); }
td.TdClassName
{
border-color: #6DBC42;
}
.TagClassName
{
border-color: #6DBC42;
}
</style>