Shades of Apple #6FCD3F
Tints of Apple #6FCD3F
RGB
CMYK
RGB Variations
Color information
#6FCD3F (or 0x6FCD3F) is known color: Apple. HEX triplet: 6F, CD and 3F. RGB value is (111,205,63). Sum of RGB (Red+Green+Blue) = 111+205+63=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCD3F is #9032C0. Grayscale: #A1A1A1. Windows color (decimal): -9450177 or 4181359. OLE color: 4181359.
HSL color Cylindrical-coordinate representation of color #6FCD3F: hue angle of 99.72º 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 #6FCD3F is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 63 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.20 |
| HSL | 99.72º | 0.59% | 0.53% | - |
| HSV(B) | 99.72º | 0.69% | 0.8% | - |
| XYZ | 29.28 | 47.4 | 12.31 | - |
| YUV | 160.71 | 72.86 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 63 | 0.46 | 0 | 0.69 | 0.20 | 99.72 | 0.59 | 0.53 |
| Hex | 6F | CD | 3F | 2E | 0 | 45 | 14 | 64 | 3B | 35 |
| Octal | 157 | 315 | 77 | 56 | 0 | 105 | 24 | 144 | 73 | 65 |
| Binary | 1101111 | 11001101 | 111111 | 101110 | 0 | 1000101 | 10100 | 1100100 | 111011 | 110101 |
Color Harmonies of #6FCD3F
Complementary color
Monochromatic Colors of #6FCD3F
Black with #6FCD3F
Text Example
Text Example
White with #6FCD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD3F; }
p { color: rgb(111,205,63); }
H1.HeaderClassName
{
color: #6FCD3F;
}
.AnyTagClassName
{
color: #6FCD3F;
}
</style>
background-color css
<style>
a { background-color: #6FCD3F; }
a { background-color: rgb(111,205,63); }
div.DivClassName
{
background-color: #6FCD3F;
}
.BgClassName
{
background-color: #6FCD3F;
}
</style>
border-color css
<style>
span { border-color: #6FCD3F; }
span { border-color: rgb(111,205,63); }
td.TdClassName
{
border-color: #6FCD3F;
}
.TagClassName
{
border-color: #6FCD3F;
}
</style>