Shades of Apple #6BCC40
Tints of Apple #6BCC40
RGB
CMYK
RGB Variations
Color information
#6BCC40 (or 0x6BCC40) is known color: Apple. HEX triplet: 6B, CC and 40. RGB value is (107,204,64). Sum of RGB (Red+Green+Blue) = 107+204+64=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCC40 is #9433BF. Grayscale: #9F9F9F. Windows color (decimal): -9712576 or 4246635. OLE color: 4246635.
HSL color Cylindrical-coordinate representation of color #6BCC40: hue angle of 101.57º degrees, saturation: 0.58, 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 #6BCC40 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 64 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.2 |
| HSL | 101.57º | 0.58% | 0.53% | - |
| HSV(B) | 101.57º | 0.69% | 0.8% | - |
| XYZ | 28.58 | 46.68 | 12.35 | - |
| YUV | 159.04 | 74.36 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 64 | 0.48 | 0 | 0.69 | 0.2 | 101.57 | 0.58 | 0.53 |
| Hex | 6B | CC | 40 | 30 | 0 | 45 | 14 | 66 | 3A | 35 |
| Octal | 153 | 314 | 100 | 60 | 0 | 105 | 24 | 146 | 72 | 65 |
| Binary | 1101011 | 11001100 | 1000000 | 110000 | 0 | 1000101 | 10100 | 1100110 | 111010 | 110101 |
Color Harmonies of #6BCC40
Complementary color
Monochromatic Colors of #6BCC40
Black with #6BCC40
Text Example
Text Example
White with #6BCC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCC40; }
p { color: rgb(107,204,64); }
H1.HeaderClassName
{
color: #6BCC40;
}
.AnyTagClassName
{
color: #6BCC40;
}
</style>
background-color css
<style>
a { background-color: #6BCC40; }
a { background-color: rgb(107,204,64); }
div.DivClassName
{
background-color: #6BCC40;
}
.BgClassName
{
background-color: #6BCC40;
}
</style>
border-color css
<style>
span { border-color: #6BCC40; }
span { border-color: rgb(107,204,64); }
td.TdClassName
{
border-color: #6BCC40;
}
.TagClassName
{
border-color: #6BCC40;
}
</style>