Shades of Apple #6AE32F
Tints of Apple #6AE32F
RGB
CMYK
RGB Variations
Color information
#6AE32F (or 0x6AE32F) is known color: Apple. HEX triplet: 6A, E3 and 2F. RGB value is (106,227,47). Sum of RGB (Red+Green+Blue) = 106+227+47=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 227 (89.06% from 255 or 59.74% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 227 - color contains mainly: green. Hex color #6AE32F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AE32F is #951CD0. Grayscale: #AAAAAA. Windows color (decimal): -9772241 or 3138410. OLE color: 3138410.
HSL color Cylindrical-coordinate representation of color #6AE32F: hue angle of 100.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6AE32F is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 106 | 227 | 47 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.11 |
| HSL | 100.33º | 0.76% | 0.54% | - |
| HSV(B) | 100.33º | 0.79% | 0.89% | - |
| XYZ | 33.93 | 58.21 | 12.14 | - |
| YUV | 170.3 | 58.41 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 227 | 47 | 0.53 | 0 | 0.79 | 0.11 | 100.33 | 0.76 | 0.54 |
| Hex | 6A | E3 | 2F | 35 | 0 | 4F | B | 64 | 4C | 36 |
| Octal | 152 | 343 | 57 | 65 | 0 | 117 | 13 | 144 | 114 | 66 |
| Binary | 1101010 | 11100011 | 101111 | 110101 | 0 | 1001111 | 1011 | 1100100 | 1001100 | 110110 |
Color Harmonies of #6AE32F
Complementary color
Monochromatic Colors of #6AE32F
Black with #6AE32F
Text Example
Text Example
White with #6AE32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE32F; }
p { color: rgb(106,227,47); }
H1.HeaderClassName
{
color: #6AE32F;
}
.AnyTagClassName
{
color: #6AE32F;
}
</style>
background-color css
<style>
a { background-color: #6AE32F; }
a { background-color: rgb(106,227,47); }
div.DivClassName
{
background-color: #6AE32F;
}
.BgClassName
{
background-color: #6AE32F;
}
</style>
border-color css
<style>
span { border-color: #6AE32F; }
span { border-color: rgb(106,227,47); }
td.TdClassName
{
border-color: #6AE32F;
}
.TagClassName
{
border-color: #6AE32F;
}
</style>