Shades of Apple #6DC130
Tints of Apple #6DC130
RGB
CMYK
RGB Variations
Color information
#6DC130 (or 0x6DC130) is known color: Apple. HEX triplet: 6D, C1 and 30. RGB value is (109,193,48). Sum of RGB (Red+Green+Blue) = 109+193+48=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #6DC130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC130 is #923ECF. Grayscale: #979797. Windows color (decimal): -9584336 or 3195245. OLE color: 3195245.
HSL color Cylindrical-coordinate representation of color #6DC130: hue angle of 94.76º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6DC130 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 193 | 48 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.24 |
| HSL | 94.76º | 0.6% | 0.47% | - |
| HSV(B) | 94.76º | 0.75% | 0.76% | - |
| XYZ | 25.91 | 41.6 | 9.46 | - |
| YUV | 151.35 | 69.67 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 193 | 48 | 0.44 | 0 | 0.75 | 0.24 | 94.76 | 0.6 | 0.47 |
| Hex | 6D | C1 | 30 | 2C | 0 | 4B | 18 | 5F | 3C | 2F |
| Octal | 155 | 301 | 60 | 54 | 0 | 113 | 30 | 137 | 74 | 57 |
| Binary | 1101101 | 11000001 | 110000 | 101100 | 0 | 1001011 | 11000 | 1011111 | 111100 | 101111 |
Color Harmonies of #6DC130
Complementary color
Monochromatic Colors of #6DC130
Black with #6DC130
Text Example
Text Example
White with #6DC130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC130; }
p { color: rgb(109,193,48); }
H1.HeaderClassName
{
color: #6DC130;
}
.AnyTagClassName
{
color: #6DC130;
}
</style>
background-color css
<style>
a { background-color: #6DC130; }
a { background-color: rgb(109,193,48); }
div.DivClassName
{
background-color: #6DC130;
}
.BgClassName
{
background-color: #6DC130;
}
</style>
border-color css
<style>
span { border-color: #6DC130; }
span { border-color: rgb(109,193,48); }
td.TdClassName
{
border-color: #6DC130;
}
.TagClassName
{
border-color: #6DC130;
}
</style>