Shades of Apple #6FE02D
Tints of Apple #6FE02D
RGB
CMYK
RGB Variations
Color information
#6FE02D (or 0x6FE02D) is known color: Apple. HEX triplet: 6F, E0 and 2D. RGB value is (111,224,45). Sum of RGB (Red+Green+Blue) = 111+224+45=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 224 (87.89% from 255 or 58.95% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 224 - color contains mainly: green. Hex color #6FE02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FE02D is #901FD2. Grayscale: #AAAAAA. Windows color (decimal): -9445331 or 3006575. OLE color: 3006575.
HSL color Cylindrical-coordinate representation of color #6FE02D: hue angle of 97.88º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6FE02D is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 224 | 45 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.12 |
| HSL | 97.88º | 0.74% | 0.53% | - |
| HSV(B) | 97.88º | 0.8% | 0.88% | - |
| XYZ | 33.68 | 56.88 | 11.69 | - |
| YUV | 169.81 | 57.56 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 224 | 45 | 0.50 | 0 | 0.80 | 0.12 | 97.88 | 0.74 | 0.53 |
| Hex | 6F | E0 | 2D | 32 | 0 | 50 | C | 62 | 4A | 35 |
| Octal | 157 | 340 | 55 | 62 | 0 | 120 | 14 | 142 | 112 | 65 |
| Binary | 1101111 | 11100000 | 101101 | 110010 | 0 | 1010000 | 1100 | 1100010 | 1001010 | 110101 |
Color Harmonies of #6FE02D
Complementary color
Monochromatic Colors of #6FE02D
Black with #6FE02D
Text Example
Text Example
White with #6FE02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE02D; }
p { color: rgb(111,224,45); }
H1.HeaderClassName
{
color: #6FE02D;
}
.AnyTagClassName
{
color: #6FE02D;
}
</style>
background-color css
<style>
a { background-color: #6FE02D; }
a { background-color: rgb(111,224,45); }
div.DivClassName
{
background-color: #6FE02D;
}
.BgClassName
{
background-color: #6FE02D;
}
</style>
border-color css
<style>
span { border-color: #6FE02D; }
span { border-color: rgb(111,224,45); }
td.TdClassName
{
border-color: #6FE02D;
}
.TagClassName
{
border-color: #6FE02D;
}
</style>