Shades of Apple #6BDD36
Tints of Apple #6BDD36
RGB
CMYK
RGB Variations
Color information
#6BDD36 (or 0x6BDD36) is known color: Apple. HEX triplet: 6B, DD and 36. RGB value is (107,221,54). Sum of RGB (Red+Green+Blue) = 107+221+54=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BDD36 is #9422C9. Grayscale: #A8A8A8. Windows color (decimal): -9708234 or 3595627. OLE color: 3595627.
HSL color Cylindrical-coordinate representation of color #6BDD36: hue angle of 100.96º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6BDD36 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 54 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.13 |
| HSL | 100.96º | 0.71% | 0.54% | - |
| HSV(B) | 100.96º | 0.76% | 0.87% | - |
| XYZ | 32.59 | 55.11 | 12.41 | - |
| YUV | 167.88 | 63.73 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 54 | 0.52 | 0 | 0.76 | 0.13 | 100.96 | 0.71 | 0.54 |
| Hex | 6B | DD | 36 | 34 | 0 | 4C | D | 65 | 47 | 36 |
| Octal | 153 | 335 | 66 | 64 | 0 | 114 | 15 | 145 | 107 | 66 |
| Binary | 1101011 | 11011101 | 110110 | 110100 | 0 | 1001100 | 1101 | 1100101 | 1000111 | 110110 |
Color Harmonies of #6BDD36
Complementary color
Monochromatic Colors of #6BDD36
Black with #6BDD36
Text Example
Text Example
White with #6BDD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDD36; }
p { color: rgb(107,221,54); }
H1.HeaderClassName
{
color: #6BDD36;
}
.AnyTagClassName
{
color: #6BDD36;
}
</style>
background-color css
<style>
a { background-color: #6BDD36; }
a { background-color: rgb(107,221,54); }
div.DivClassName
{
background-color: #6BDD36;
}
.BgClassName
{
background-color: #6BDD36;
}
</style>
border-color css
<style>
span { border-color: #6BDD36; }
span { border-color: rgb(107,221,54); }
td.TdClassName
{
border-color: #6BDD36;
}
.TagClassName
{
border-color: #6BDD36;
}
</style>