Shades of Apple #6ED732
Tints of Apple #6ED732
RGB
CMYK
RGB Variations
Color information
#6ED732 (or 0x6ED732) is known color: Apple. HEX triplet: 6E, D7 and 32. RGB value is (110,215,50). Sum of RGB (Red+Green+Blue) = 110+215+50=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 215 (84.38% from 255 or 57.33% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 215 - color contains mainly: green. Hex color #6ED732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED732 is #9128CD. Grayscale: #A5A5A5. Windows color (decimal): -9513166 or 3331950. OLE color: 3331950.
HSL color Cylindrical-coordinate representation of color #6ED732: hue angle of 98.18º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6ED732 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 215 | 50 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.16 |
| HSL | 98.18º | 0.67% | 0.52% | - |
| HSV(B) | 98.18º | 0.77% | 0.84% | - |
| XYZ | 31.31 | 52.15 | 11.43 | - |
| YUV | 164.8 | 63.21 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 215 | 50 | 0.49 | 0 | 0.77 | 0.16 | 98.18 | 0.67 | 0.52 |
| Hex | 6E | D7 | 32 | 31 | 0 | 4D | 10 | 62 | 43 | 34 |
| Octal | 156 | 327 | 62 | 61 | 0 | 115 | 20 | 142 | 103 | 64 |
| Binary | 1101110 | 11010111 | 110010 | 110001 | 0 | 1001101 | 10000 | 1100010 | 1000011 | 110100 |
Color Harmonies of #6ED732
Complementary color
Monochromatic Colors of #6ED732
Black with #6ED732
Text Example
Text Example
White with #6ED732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED732; }
p { color: rgb(110,215,50); }
H1.HeaderClassName
{
color: #6ED732;
}
.AnyTagClassName
{
color: #6ED732;
}
</style>
background-color css
<style>
a { background-color: #6ED732; }
a { background-color: rgb(110,215,50); }
div.DivClassName
{
background-color: #6ED732;
}
.BgClassName
{
background-color: #6ED732;
}
</style>
border-color css
<style>
span { border-color: #6ED732; }
span { border-color: rgb(110,215,50); }
td.TdClassName
{
border-color: #6ED732;
}
.TagClassName
{
border-color: #6ED732;
}
</style>