Shades of Apple #6FDE35
Tints of Apple #6FDE35
RGB
CMYK
RGB Variations
Color information
#6FDE35 (or 0x6FDE35) is known color: Apple. HEX triplet: 6F, DE and 35. RGB value is (111,222,53). Sum of RGB (Red+Green+Blue) = 111+222+53=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 222 (87.11% from 255 or 57.51% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 222 - color contains mainly: green. Hex color #6FDE35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDE35 is #9021CA. Grayscale: #AAAAAA. Windows color (decimal): -9445835 or 3530351. OLE color: 3530351.
HSL color Cylindrical-coordinate representation of color #6FDE35: hue angle of 99.41º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6FDE35 is Cyan = 0.5, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 222 | 53 | - |
| CMYK | 0.5 | 0 | 0.76 | 0.13 |
| HSL | 99.41º | 0.72% | 0.54% | - |
| HSV(B) | 99.41º | 0.76% | 0.87% | - |
| XYZ | 33.32 | 55.88 | 12.4 | - |
| YUV | 169.55 | 62.23 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 222 | 53 | 0.5 | 0 | 0.76 | 0.13 | 99.41 | 0.72 | 0.54 |
| Hex | 6F | DE | 35 | 32 | 0 | 4C | D | 63 | 48 | 36 |
| Octal | 157 | 336 | 65 | 62 | 0 | 114 | 15 | 143 | 110 | 66 |
| Binary | 1101111 | 11011110 | 110101 | 110010 | 0 | 1001100 | 1101 | 1100011 | 1001000 | 110110 |
Color Harmonies of #6FDE35
Complementary color
Monochromatic Colors of #6FDE35
Black with #6FDE35
Text Example
Text Example
White with #6FDE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDE35; }
p { color: rgb(111,222,53); }
H1.HeaderClassName
{
color: #6FDE35;
}
.AnyTagClassName
{
color: #6FDE35;
}
</style>
background-color css
<style>
a { background-color: #6FDE35; }
a { background-color: rgb(111,222,53); }
div.DivClassName
{
background-color: #6FDE35;
}
.BgClassName
{
background-color: #6FDE35;
}
</style>
border-color css
<style>
span { border-color: #6FDE35; }
span { border-color: rgb(111,222,53); }
td.TdClassName
{
border-color: #6FDE35;
}
.TagClassName
{
border-color: #6FDE35;
}
</style>