Shades of Apple #6DC13B
Tints of Apple #6DC13B
RGB
CMYK
RGB Variations
Color information
#6DC13B (or 0x6DC13B) is known color: Apple. HEX triplet: 6D, C1 and 3B. RGB value is (109,193,59). Sum of RGB (Red+Green+Blue) = 109+193+59=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #6DC13B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC13B is #923EC4. Grayscale: #999999. Windows color (decimal): -9584325 or 3916141. OLE color: 3916141.
HSL color Cylindrical-coordinate representation of color #6DC13B: hue angle of 97.61º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6DC13B is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 193 | 59 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.24 |
| HSL | 97.61º | 0.53% | 0.49% | - |
| HSV(B) | 97.61º | 0.69% | 0.76% | - |
| XYZ | 26.17 | 41.71 | 10.81 | - |
| YUV | 152.61 | 75.17 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 193 | 59 | 0.44 | 0 | 0.69 | 0.24 | 97.61 | 0.53 | 0.49 |
| Hex | 6D | C1 | 3B | 2C | 0 | 45 | 18 | 62 | 35 | 31 |
| Octal | 155 | 301 | 73 | 54 | 0 | 105 | 30 | 142 | 65 | 61 |
| Binary | 1101101 | 11000001 | 111011 | 101100 | 0 | 1000101 | 11000 | 1100010 | 110101 | 110001 |
Color Harmonies of #6DC13B
Complementary color
Monochromatic Colors of #6DC13B
Black with #6DC13B
Text Example
Text Example
White with #6DC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC13B; }
p { color: rgb(109,193,59); }
H1.HeaderClassName
{
color: #6DC13B;
}
.AnyTagClassName
{
color: #6DC13B;
}
</style>
background-color css
<style>
a { background-color: #6DC13B; }
a { background-color: rgb(109,193,59); }
div.DivClassName
{
background-color: #6DC13B;
}
.BgClassName
{
background-color: #6DC13B;
}
</style>
border-color css
<style>
span { border-color: #6DC13B; }
span { border-color: rgb(109,193,59); }
td.TdClassName
{
border-color: #6DC13B;
}
.TagClassName
{
border-color: #6DC13B;
}
</style>