Shades of Apple #6ECD38
Tints of Apple #6ECD38
RGB
CMYK
RGB Variations
Color information
#6ECD38 (or 0x6ECD38) is known color: Apple. HEX triplet: 6E, CD and 38. RGB value is (110,205,56). Sum of RGB (Red+Green+Blue) = 110+205+56=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECD38 is #9132C7. Grayscale: #A0A0A0. Windows color (decimal): -9515720 or 3722606. OLE color: 3722606.
HSL color Cylindrical-coordinate representation of color #6ECD38: hue angle of 98.26º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6ECD38 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 205 | 56 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.20 |
| HSL | 98.26º | 0.6% | 0.51% | - |
| HSV(B) | 98.26º | 0.73% | 0.8% | - |
| XYZ | 28.98 | 47.26 | 11.34 | - |
| YUV | 159.61 | 69.53 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 56 | 0.46 | 0 | 0.73 | 0.20 | 98.26 | 0.6 | 0.51 |
| Hex | 6E | CD | 38 | 2E | 0 | 49 | 14 | 62 | 3C | 33 |
| Octal | 156 | 315 | 70 | 56 | 0 | 111 | 24 | 142 | 74 | 63 |
| Binary | 1101110 | 11001101 | 111000 | 101110 | 0 | 1001001 | 10100 | 1100010 | 111100 | 110011 |
Color Harmonies of #6ECD38
Complementary color
Monochromatic Colors of #6ECD38
Black with #6ECD38
Text Example
Text Example
White with #6ECD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECD38; }
p { color: rgb(110,205,56); }
H1.HeaderClassName
{
color: #6ECD38;
}
.AnyTagClassName
{
color: #6ECD38;
}
</style>
background-color css
<style>
a { background-color: #6ECD38; }
a { background-color: rgb(110,205,56); }
div.DivClassName
{
background-color: #6ECD38;
}
.BgClassName
{
background-color: #6ECD38;
}
</style>
border-color css
<style>
span { border-color: #6ECD38; }
span { border-color: rgb(110,205,56); }
td.TdClassName
{
border-color: #6ECD38;
}
.TagClassName
{
border-color: #6ECD38;
}
</style>