Shades of Apple #6FCD40
Tints of Apple #6FCD40
RGB
CMYK
RGB Variations
Color information
#6FCD40 (or 0x6FCD40) is known color: Apple. HEX triplet: 6F, CD and 40. RGB value is (111,205,64). Sum of RGB (Red+Green+Blue) = 111+205+64=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 205 (80.47% from 255 or 53.95% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCD40 is #9032BF. Grayscale: #A1A1A1. Windows color (decimal): -9450176 or 4246895. OLE color: 4246895.
HSL color Cylindrical-coordinate representation of color #6FCD40: hue angle of 100º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6FCD40 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 64 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.20 |
| HSL | 100º | 0.59% | 0.53% | - |
| HSV(B) | 100º | 0.69% | 0.8% | - |
| XYZ | 29.31 | 47.41 | 12.46 | - |
| YUV | 160.82 | 73.36 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 64 | 0.46 | 0 | 0.69 | 0.20 | 100 | 0.59 | 0.53 |
| Hex | 6F | CD | 40 | 2E | 0 | 45 | 14 | 64 | 3B | 35 |
| Octal | 157 | 315 | 100 | 56 | 0 | 105 | 24 | 144 | 73 | 65 |
| Binary | 1101111 | 11001101 | 1000000 | 101110 | 0 | 1000101 | 10100 | 1100100 | 111011 | 110101 |
Color Harmonies of #6FCD40
Complementary color
Monochromatic Colors of #6FCD40
Black with #6FCD40
Text Example
Text Example
White with #6FCD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD40; }
p { color: rgb(111,205,64); }
H1.HeaderClassName
{
color: #6FCD40;
}
.AnyTagClassName
{
color: #6FCD40;
}
</style>
background-color css
<style>
a { background-color: #6FCD40; }
a { background-color: rgb(111,205,64); }
div.DivClassName
{
background-color: #6FCD40;
}
.BgClassName
{
background-color: #6FCD40;
}
</style>
border-color css
<style>
span { border-color: #6FCD40; }
span { border-color: rgb(111,205,64); }
td.TdClassName
{
border-color: #6FCD40;
}
.TagClassName
{
border-color: #6FCD40;
}
</style>