Shades of Apple #6FDC2B
Tints of Apple #6FDC2B
RGB
CMYK
RGB Variations
Color information
#6FDC2B (or 0x6FDC2B) is known color: Apple. HEX triplet: 6F, DC and 2B. RGB value is (111,220,43). Sum of RGB (Red+Green+Blue) = 111+220+43=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDC2B is #9023D4. Grayscale: #A7A7A7. Windows color (decimal): -9446357 or 2874479. OLE color: 2874479.
HSL color Cylindrical-coordinate representation of color #6FDC2B: hue angle of 96.95º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6FDC2B is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 43 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.14 |
| HSL | 96.95º | 0.72% | 0.52% | - |
| HSV(B) | 96.95º | 0.8% | 0.86% | - |
| XYZ | 32.58 | 54.74 | 11.13 | - |
| YUV | 167.23 | 57.89 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 43 | 0.50 | 0 | 0.80 | 0.14 | 96.95 | 0.72 | 0.52 |
| Hex | 6F | DC | 2B | 32 | 0 | 50 | E | 61 | 48 | 34 |
| Octal | 157 | 334 | 53 | 62 | 0 | 120 | 16 | 141 | 110 | 64 |
| Binary | 1101111 | 11011100 | 101011 | 110010 | 0 | 1010000 | 1110 | 1100001 | 1001000 | 110100 |
Color Harmonies of #6FDC2B
Complementary color
Monochromatic Colors of #6FDC2B
Black with #6FDC2B
Text Example
Text Example
White with #6FDC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDC2B; }
p { color: rgb(111,220,43); }
H1.HeaderClassName
{
color: #6FDC2B;
}
.AnyTagClassName
{
color: #6FDC2B;
}
</style>
background-color css
<style>
a { background-color: #6FDC2B; }
a { background-color: rgb(111,220,43); }
div.DivClassName
{
background-color: #6FDC2B;
}
.BgClassName
{
background-color: #6FDC2B;
}
</style>
border-color css
<style>
span { border-color: #6FDC2B; }
span { border-color: rgb(111,220,43); }
td.TdClassName
{
border-color: #6FDC2B;
}
.TagClassName
{
border-color: #6FDC2B;
}
</style>