Shades of Apple #6FDC2D
Tints of Apple #6FDC2D
RGB
CMYK
RGB Variations
Color information
#6FDC2D (or 0x6FDC2D) is known color: Apple. HEX triplet: 6F, DC and 2D. RGB value is (111,220,45). Sum of RGB (Red+Green+Blue) = 111+220+45=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 220 (86.33% from 255 or 58.51% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDC2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDC2D is #9023D2. Grayscale: #A8A8A8. Windows color (decimal): -9446355 or 3005551. OLE color: 3005551.
HSL color Cylindrical-coordinate representation of color #6FDC2D: hue angle of 97.37º degrees, saturation: 0.71, 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 #6FDC2D is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 45 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.14 |
| HSL | 97.37º | 0.71% | 0.52% | - |
| HSV(B) | 97.37º | 0.8% | 0.86% | - |
| XYZ | 32.62 | 54.76 | 11.33 | - |
| YUV | 167.46 | 58.89 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 45 | 0.50 | 0 | 0.80 | 0.14 | 97.37 | 0.71 | 0.52 |
| Hex | 6F | DC | 2D | 32 | 0 | 50 | E | 61 | 47 | 34 |
| Octal | 157 | 334 | 55 | 62 | 0 | 120 | 16 | 141 | 107 | 64 |
| Binary | 1101111 | 11011100 | 101101 | 110010 | 0 | 1010000 | 1110 | 1100001 | 1000111 | 110100 |
Color Harmonies of #6FDC2D
Complementary color
Monochromatic Colors of #6FDC2D
Black with #6FDC2D
Text Example
Text Example
White with #6FDC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDC2D; }
p { color: rgb(111,220,45); }
H1.HeaderClassName
{
color: #6FDC2D;
}
.AnyTagClassName
{
color: #6FDC2D;
}
</style>
background-color css
<style>
a { background-color: #6FDC2D; }
a { background-color: rgb(111,220,45); }
div.DivClassName
{
background-color: #6FDC2D;
}
.BgClassName
{
background-color: #6FDC2D;
}
</style>
border-color css
<style>
span { border-color: #6FDC2D; }
span { border-color: rgb(111,220,45); }
td.TdClassName
{
border-color: #6FDC2D;
}
.TagClassName
{
border-color: #6FDC2D;
}
</style>