Shades of Apple #6BDD40
Tints of Apple #6BDD40
RGB
CMYK
RGB Variations
Color information
#6BDD40 (or 0x6BDD40) is known color: Apple. HEX triplet: 6B, DD and 40. RGB value is (107,221,64). Sum of RGB (Red+Green+Blue) = 107+221+64=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 221 (86.72% from 255 or 56.38% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BDD40 is #9422BF. Grayscale: #A9A9A9. Windows color (decimal): -9708224 or 4250987. OLE color: 4250987.
HSL color Cylindrical-coordinate representation of color #6BDD40: hue angle of 103.57º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6BDD40 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 64 | - |
| CMYK | 0.52 | 0 | 0.71 | 0.13 |
| HSL | 103.57º | 0.7% | 0.56% | - |
| HSV(B) | 103.57º | 0.71% | 0.87% | - |
| XYZ | 32.85 | 55.21 | 13.78 | - |
| YUV | 169.02 | 68.73 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 64 | 0.52 | 0 | 0.71 | 0.13 | 103.57 | 0.7 | 0.56 |
| Hex | 6B | DD | 40 | 34 | 0 | 47 | D | 68 | 46 | 38 |
| Octal | 153 | 335 | 100 | 64 | 0 | 107 | 15 | 150 | 106 | 70 |
| Binary | 1101011 | 11011101 | 1000000 | 110100 | 0 | 1000111 | 1101 | 1101000 | 1000110 | 111000 |
Color Harmonies of #6BDD40
Complementary color
Monochromatic Colors of #6BDD40
Black with #6BDD40
Text Example
Text Example
White with #6BDD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDD40; }
p { color: rgb(107,221,64); }
H1.HeaderClassName
{
color: #6BDD40;
}
.AnyTagClassName
{
color: #6BDD40;
}
</style>
background-color css
<style>
a { background-color: #6BDD40; }
a { background-color: rgb(107,221,64); }
div.DivClassName
{
background-color: #6BDD40;
}
.BgClassName
{
background-color: #6BDD40;
}
</style>
border-color css
<style>
span { border-color: #6BDD40; }
span { border-color: rgb(107,221,64); }
td.TdClassName
{
border-color: #6BDD40;
}
.TagClassName
{
border-color: #6BDD40;
}
</style>