Shades of Apple #6ECB2D
Tints of Apple #6ECB2D
RGB
CMYK
RGB Variations
Color information
#6ECB2D (or 0x6ECB2D) is known color: Apple. HEX triplet: 6E, CB and 2D. RGB value is (110,203,45). Sum of RGB (Red+Green+Blue) = 110+203+45=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #6ECB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECB2D is #9134D2. Grayscale: #9D9D9D. Windows color (decimal): -9516243 or 3001198. OLE color: 3001198.
HSL color Cylindrical-coordinate representation of color #6ECB2D: hue angle of 95.32º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6ECB2D is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 203 | 45 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.20 |
| HSL | 95.32º | 0.64% | 0.49% | - |
| HSV(B) | 95.32º | 0.78% | 0.8% | - |
| XYZ | 28.26 | 46.22 | 9.91 | - |
| YUV | 157.18 | 64.69 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 203 | 45 | 0.46 | 0 | 0.78 | 0.20 | 95.32 | 0.64 | 0.49 |
| Hex | 6E | CB | 2D | 2E | 0 | 4E | 14 | 5F | 40 | 31 |
| Octal | 156 | 313 | 55 | 56 | 0 | 116 | 24 | 137 | 100 | 61 |
| Binary | 1101110 | 11001011 | 101101 | 101110 | 0 | 1001110 | 10100 | 1011111 | 1000000 | 110001 |
Color Harmonies of #6ECB2D
Complementary color
Monochromatic Colors of #6ECB2D
Black with #6ECB2D
Text Example
Text Example
White with #6ECB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECB2D; }
p { color: rgb(110,203,45); }
H1.HeaderClassName
{
color: #6ECB2D;
}
.AnyTagClassName
{
color: #6ECB2D;
}
</style>
background-color css
<style>
a { background-color: #6ECB2D; }
a { background-color: rgb(110,203,45); }
div.DivClassName
{
background-color: #6ECB2D;
}
.BgClassName
{
background-color: #6ECB2D;
}
</style>
border-color css
<style>
span { border-color: #6ECB2D; }
span { border-color: rgb(110,203,45); }
td.TdClassName
{
border-color: #6ECB2D;
}
.TagClassName
{
border-color: #6ECB2D;
}
</style>