Shades of Apple #6FCB40
Tints of Apple #6FCB40
RGB
CMYK
RGB Variations
Color information
#6FCB40 (or 0x6FCB40) is known color: Apple. HEX triplet: 6F, CB and 40. RGB value is (111,203,64). Sum of RGB (Red+Green+Blue) = 111+203+64=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCB40 is #9034BF. Grayscale: #A0A0A0. Windows color (decimal): -9450688 or 4246383. OLE color: 4246383.
HSL color Cylindrical-coordinate representation of color #6FCB40: hue angle of 99.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6FCB40 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 64 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.20 |
| HSL | 99.71º | 0.57% | 0.52% | - |
| HSV(B) | 99.71º | 0.68% | 0.8% | - |
| XYZ | 28.84 | 46.46 | 12.3 | - |
| YUV | 159.65 | 74.02 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 64 | 0.45 | 0 | 0.68 | 0.20 | 99.71 | 0.57 | 0.52 |
| Hex | 6F | CB | 40 | 2D | 0 | 44 | 14 | 64 | 39 | 34 |
| Octal | 157 | 313 | 100 | 55 | 0 | 104 | 24 | 144 | 71 | 64 |
| Binary | 1101111 | 11001011 | 1000000 | 101101 | 0 | 1000100 | 10100 | 1100100 | 111001 | 110100 |
Color Harmonies of #6FCB40
Complementary color
Monochromatic Colors of #6FCB40
Black with #6FCB40
Text Example
Text Example
White with #6FCB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCB40; }
p { color: rgb(111,203,64); }
H1.HeaderClassName
{
color: #6FCB40;
}
.AnyTagClassName
{
color: #6FCB40;
}
</style>
background-color css
<style>
a { background-color: #6FCB40; }
a { background-color: rgb(111,203,64); }
div.DivClassName
{
background-color: #6FCB40;
}
.BgClassName
{
background-color: #6FCB40;
}
</style>
border-color css
<style>
span { border-color: #6FCB40; }
span { border-color: rgb(111,203,64); }
td.TdClassName
{
border-color: #6FCB40;
}
.TagClassName
{
border-color: #6FCB40;
}
</style>