Shades of Apple #6DC42D
Tints of Apple #6DC42D
RGB
CMYK
RGB Variations
Color information
#6DC42D (or 0x6DC42D) is known color: Apple. HEX triplet: 6D, C4 and 2D. RGB value is (109,196,45). Sum of RGB (Red+Green+Blue) = 109+196+45=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 196 (76.95% from 255 or 56% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 196 - color contains mainly: green. Hex color #6DC42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC42D is #923BD2. Grayscale: #999999. Windows color (decimal): -9583571 or 2999405. OLE color: 2999405.
HSL color Cylindrical-coordinate representation of color #6DC42D: hue angle of 94.57º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6DC42D is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 196 | 45 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.23 |
| HSL | 94.57º | 0.63% | 0.47% | - |
| HSV(B) | 94.57º | 0.77% | 0.77% | - |
| XYZ | 26.52 | 42.92 | 9.37 | - |
| YUV | 152.77 | 67.18 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 196 | 45 | 0.44 | 0 | 0.77 | 0.23 | 94.57 | 0.63 | 0.47 |
| Hex | 6D | C4 | 2D | 2C | 0 | 4D | 17 | 5F | 3F | 2F |
| Octal | 155 | 304 | 55 | 54 | 0 | 115 | 27 | 137 | 77 | 57 |
| Binary | 1101101 | 11000100 | 101101 | 101100 | 0 | 1001101 | 10111 | 1011111 | 111111 | 101111 |
Color Harmonies of #6DC42D
Complementary color
Monochromatic Colors of #6DC42D
Black with #6DC42D
Text Example
Text Example
White with #6DC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC42D; }
p { color: rgb(109,196,45); }
H1.HeaderClassName
{
color: #6DC42D;
}
.AnyTagClassName
{
color: #6DC42D;
}
</style>
background-color css
<style>
a { background-color: #6DC42D; }
a { background-color: rgb(109,196,45); }
div.DivClassName
{
background-color: #6DC42D;
}
.BgClassName
{
background-color: #6DC42D;
}
</style>
border-color css
<style>
span { border-color: #6DC42D; }
span { border-color: rgb(109,196,45); }
td.TdClassName
{
border-color: #6DC42D;
}
.TagClassName
{
border-color: #6DC42D;
}
</style>