Shades of Apple #6BCD40
Tints of Apple #6BCD40
RGB
CMYK
RGB Variations
Color information
#6BCD40 (or 0x6BCD40) is known color: Apple. HEX triplet: 6B, CD and 40. RGB value is (107,205,64). Sum of RGB (Red+Green+Blue) = 107+205+64=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCD40 is #9432BF. Grayscale: #A0A0A0. Windows color (decimal): -9712320 or 4246891. OLE color: 4246891.
HSL color Cylindrical-coordinate representation of color #6BCD40: hue angle of 101.7º 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 #6BCD40 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 64 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.20 |
| HSL | 101.7º | 0.59% | 0.53% | - |
| HSV(B) | 101.7º | 0.69% | 0.8% | - |
| XYZ | 28.82 | 47.16 | 12.43 | - |
| YUV | 159.62 | 74.03 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 64 | 0.48 | 0 | 0.69 | 0.20 | 101.7 | 0.59 | 0.53 |
| Hex | 6B | CD | 40 | 30 | 0 | 45 | 14 | 66 | 3B | 35 |
| Octal | 153 | 315 | 100 | 60 | 0 | 105 | 24 | 146 | 73 | 65 |
| Binary | 1101011 | 11001101 | 1000000 | 110000 | 0 | 1000101 | 10100 | 1100110 | 111011 | 110101 |
Color Harmonies of #6BCD40
Complementary color
Monochromatic Colors of #6BCD40
Black with #6BCD40
Text Example
Text Example
White with #6BCD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCD40; }
p { color: rgb(107,205,64); }
H1.HeaderClassName
{
color: #6BCD40;
}
.AnyTagClassName
{
color: #6BCD40;
}
</style>
background-color css
<style>
a { background-color: #6BCD40; }
a { background-color: rgb(107,205,64); }
div.DivClassName
{
background-color: #6BCD40;
}
.BgClassName
{
background-color: #6BCD40;
}
</style>
border-color css
<style>
span { border-color: #6BCD40; }
span { border-color: rgb(107,205,64); }
td.TdClassName
{
border-color: #6BCD40;
}
.TagClassName
{
border-color: #6BCD40;
}
</style>