Shades of Apple #6DC13A
Tints of Apple #6DC13A
RGB
CMYK
RGB Variations
Color information
#6DC13A (or 0x6DC13A) is known color: Apple. HEX triplet: 6D, C1 and 3A. RGB value is (109,193,58). Sum of RGB (Red+Green+Blue) = 109+193+58=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #6DC13A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC13A is #923EC5. Grayscale: #989898. Windows color (decimal): -9584326 or 3850605. OLE color: 3850605.
HSL color Cylindrical-coordinate representation of color #6DC13A: hue angle of 97.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6DC13A is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 193 | 58 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.24 |
| HSL | 97.33º | 0.54% | 0.49% | - |
| HSV(B) | 97.33º | 0.7% | 0.76% | - |
| XYZ | 26.14 | 41.7 | 10.67 | - |
| YUV | 152.49 | 74.67 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 193 | 58 | 0.44 | 0 | 0.70 | 0.24 | 97.33 | 0.54 | 0.49 |
| Hex | 6D | C1 | 3A | 2C | 0 | 46 | 18 | 61 | 36 | 31 |
| Octal | 155 | 301 | 72 | 54 | 0 | 106 | 30 | 141 | 66 | 61 |
| Binary | 1101101 | 11000001 | 111010 | 101100 | 0 | 1000110 | 11000 | 1100001 | 110110 | 110001 |
Color Harmonies of #6DC13A
Complementary color
Monochromatic Colors of #6DC13A
Black with #6DC13A
Text Example
Text Example
White with #6DC13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC13A; }
p { color: rgb(109,193,58); }
H1.HeaderClassName
{
color: #6DC13A;
}
.AnyTagClassName
{
color: #6DC13A;
}
</style>
background-color css
<style>
a { background-color: #6DC13A; }
a { background-color: rgb(109,193,58); }
div.DivClassName
{
background-color: #6DC13A;
}
.BgClassName
{
background-color: #6DC13A;
}
</style>
border-color css
<style>
span { border-color: #6DC13A; }
span { border-color: rgb(109,193,58); }
td.TdClassName
{
border-color: #6DC13A;
}
.TagClassName
{
border-color: #6DC13A;
}
</style>