Shades of Apple #6ECF2D
Tints of Apple #6ECF2D
RGB
CMYK
RGB Variations
Color information
#6ECF2D (or 0x6ECF2D) is known color: Apple. HEX triplet: 6E, CF and 2D. RGB value is (110,207,45). Sum of RGB (Red+Green+Blue) = 110+207+45=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 207 (81.25% from 255 or 57.18% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECF2D is #9130D2. Grayscale: #A0A0A0. Windows color (decimal): -9515219 or 3002222. OLE color: 3002222.
HSL color Cylindrical-coordinate representation of color #6ECF2D: hue angle of 95.93º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6ECF2D is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 207 | 45 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.19 |
| HSL | 95.93º | 0.64% | 0.49% | - |
| HSV(B) | 95.93º | 0.78% | 0.81% | - |
| XYZ | 29.22 | 48.13 | 10.23 | - |
| YUV | 159.53 | 63.36 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 45 | 0.47 | 0 | 0.78 | 0.19 | 95.93 | 0.64 | 0.49 |
| Hex | 6E | CF | 2D | 2F | 0 | 4E | 13 | 60 | 40 | 31 |
| Octal | 156 | 317 | 55 | 57 | 0 | 116 | 23 | 140 | 100 | 61 |
| Binary | 1101110 | 11001111 | 101101 | 101111 | 0 | 1001110 | 10011 | 1100000 | 1000000 | 110001 |
Color Harmonies of #6ECF2D
Complementary color
Monochromatic Colors of #6ECF2D
Black with #6ECF2D
Text Example
Text Example
White with #6ECF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECF2D; }
p { color: rgb(110,207,45); }
H1.HeaderClassName
{
color: #6ECF2D;
}
.AnyTagClassName
{
color: #6ECF2D;
}
</style>
background-color css
<style>
a { background-color: #6ECF2D; }
a { background-color: rgb(110,207,45); }
div.DivClassName
{
background-color: #6ECF2D;
}
.BgClassName
{
background-color: #6ECF2D;
}
</style>
border-color css
<style>
span { border-color: #6ECF2D; }
span { border-color: rgb(110,207,45); }
td.TdClassName
{
border-color: #6ECF2D;
}
.TagClassName
{
border-color: #6ECF2D;
}
</style>