Shades of Apple #6FDD34
Tints of Apple #6FDD34
RGB
CMYK
RGB Variations
Color information
#6FDD34 (or 0x6FDD34) is known color: Apple. HEX triplet: 6F, DD and 34. RGB value is (111,221,52). Sum of RGB (Red+Green+Blue) = 111+221+52=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDD34 is #9022CB. Grayscale: #A9A9A9. Windows color (decimal): -9446092 or 3464559. OLE color: 3464559.
HSL color Cylindrical-coordinate representation of color #6FDD34: hue angle of 99.05º degrees, saturation: 0.71, 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 #6FDD34 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 221 | 52 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.13 |
| HSL | 99.05º | 0.71% | 0.54% | - |
| HSV(B) | 99.05º | 0.76% | 0.87% | - |
| XYZ | 33.03 | 55.34 | 12.19 | - |
| YUV | 168.84 | 62.06 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 221 | 52 | 0.50 | 0 | 0.76 | 0.13 | 99.05 | 0.71 | 0.54 |
| Hex | 6F | DD | 34 | 32 | 0 | 4C | D | 63 | 47 | 36 |
| Octal | 157 | 335 | 64 | 62 | 0 | 114 | 15 | 143 | 107 | 66 |
| Binary | 1101111 | 11011101 | 110100 | 110010 | 0 | 1001100 | 1101 | 1100011 | 1000111 | 110110 |
Color Harmonies of #6FDD34
Complementary color
Monochromatic Colors of #6FDD34
Black with #6FDD34
Text Example
Text Example
White with #6FDD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDD34; }
p { color: rgb(111,221,52); }
H1.HeaderClassName
{
color: #6FDD34;
}
.AnyTagClassName
{
color: #6FDD34;
}
</style>
background-color css
<style>
a { background-color: #6FDD34; }
a { background-color: rgb(111,221,52); }
div.DivClassName
{
background-color: #6FDD34;
}
.BgClassName
{
background-color: #6FDD34;
}
</style>
border-color css
<style>
span { border-color: #6FDD34; }
span { border-color: rgb(111,221,52); }
td.TdClassName
{
border-color: #6FDD34;
}
.TagClassName
{
border-color: #6FDD34;
}
</style>