Shades of Apple #6ED434
Tints of Apple #6ED434
RGB
CMYK
RGB Variations
Color information
#6ED434 (or 0x6ED434) is known color: Apple. HEX triplet: 6E, D4 and 34. RGB value is (110,212,52). Sum of RGB (Red+Green+Blue) = 110+212+52=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 212 (83.20% from 255 or 56.68% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 212 - color contains mainly: green. Hex color #6ED434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED434 is #912BCB. Grayscale: #A3A3A3. Windows color (decimal): -9513932 or 3462254. OLE color: 3462254.
HSL color Cylindrical-coordinate representation of color #6ED434: hue angle of 98.25º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6ED434 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 110 | 212 | 52 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.17 |
| HSL | 98.25º | 0.65% | 0.52% | - |
| HSV(B) | 98.25º | 0.75% | 0.83% | - |
| XYZ | 30.59 | 50.65 | 11.41 | - |
| YUV | 163.26 | 65.21 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 212 | 52 | 0.48 | 0 | 0.75 | 0.17 | 98.25 | 0.65 | 0.52 |
| Hex | 6E | D4 | 34 | 30 | 0 | 4B | 11 | 62 | 41 | 34 |
| Octal | 156 | 324 | 64 | 60 | 0 | 113 | 21 | 142 | 101 | 64 |
| Binary | 1101110 | 11010100 | 110100 | 110000 | 0 | 1001011 | 10001 | 1100010 | 1000001 | 110100 |
Color Harmonies of #6ED434
Complementary color
Monochromatic Colors of #6ED434
Black with #6ED434
Text Example
Text Example
White with #6ED434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED434; }
p { color: rgb(110,212,52); }
H1.HeaderClassName
{
color: #6ED434;
}
.AnyTagClassName
{
color: #6ED434;
}
</style>
background-color css
<style>
a { background-color: #6ED434; }
a { background-color: rgb(110,212,52); }
div.DivClassName
{
background-color: #6ED434;
}
.BgClassName
{
background-color: #6ED434;
}
</style>
border-color css
<style>
span { border-color: #6ED434; }
span { border-color: rgb(110,212,52); }
td.TdClassName
{
border-color: #6ED434;
}
.TagClassName
{
border-color: #6ED434;
}
</style>