Shades of Apple #6DC141
Tints of Apple #6DC141
RGB
CMYK
RGB Variations
Color information
#6DC141 (or 0x6DC141) is known color: Apple. HEX triplet: 6D, C1 and 41. RGB value is (109,193,65). Sum of RGB (Red+Green+Blue) = 109+193+65=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #6DC141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC141 is #923EBE. Grayscale: #999999. Windows color (decimal): -9584319 or 4309357. OLE color: 4309357.
HSL color Cylindrical-coordinate representation of color #6DC141: hue angle of 99.38º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6DC141 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 193 | 65 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.24 |
| HSL | 99.38º | 0.51% | 0.51% | - |
| HSV(B) | 99.38º | 0.66% | 0.76% | - |
| XYZ | 26.33 | 41.77 | 11.68 | - |
| YUV | 153.29 | 78.17 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 193 | 65 | 0.44 | 0 | 0.66 | 0.24 | 99.38 | 0.51 | 0.51 |
| Hex | 6D | C1 | 41 | 2C | 0 | 42 | 18 | 63 | 33 | 33 |
| Octal | 155 | 301 | 101 | 54 | 0 | 102 | 30 | 143 | 63 | 63 |
| Binary | 1101101 | 11000001 | 1000001 | 101100 | 0 | 1000010 | 11000 | 1100011 | 110011 | 110011 |
Color Harmonies of #6DC141
Complementary color
Monochromatic Colors of #6DC141
Black with #6DC141
Text Example
Text Example
White with #6DC141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC141; }
p { color: rgb(109,193,65); }
H1.HeaderClassName
{
color: #6DC141;
}
.AnyTagClassName
{
color: #6DC141;
}
</style>
background-color css
<style>
a { background-color: #6DC141; }
a { background-color: rgb(109,193,65); }
div.DivClassName
{
background-color: #6DC141;
}
.BgClassName
{
background-color: #6DC141;
}
</style>
border-color css
<style>
span { border-color: #6DC141; }
span { border-color: rgb(109,193,65); }
td.TdClassName
{
border-color: #6DC141;
}
.TagClassName
{
border-color: #6DC141;
}
</style>