Shades of Apple #6BDB35
Tints of Apple #6BDB35
RGB
CMYK
RGB Variations
Color information
#6BDB35 (or 0x6BDB35) is known color: Apple. HEX triplet: 6B, DB and 35. RGB value is (107,219,53). Sum of RGB (Red+Green+Blue) = 107+219+53=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 219 (85.94% from 255 or 57.78% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDB35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BDB35 is #9424CA. Grayscale: #A7A7A7. Windows color (decimal): -9708747 or 3529579. OLE color: 3529579.
HSL color Cylindrical-coordinate representation of color #6BDB35: hue angle of 100.48º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6BDB35 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 219 | 53 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.14 |
| HSL | 100.48º | 0.7% | 0.53% | - |
| HSV(B) | 100.48º | 0.76% | 0.86% | - |
| XYZ | 32.04 | 54.05 | 12.11 | - |
| YUV | 166.59 | 63.89 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 53 | 0.51 | 0 | 0.76 | 0.14 | 100.48 | 0.7 | 0.53 |
| Hex | 6B | DB | 35 | 33 | 0 | 4C | E | 64 | 46 | 35 |
| Octal | 153 | 333 | 65 | 63 | 0 | 114 | 16 | 144 | 106 | 65 |
| Binary | 1101011 | 11011011 | 110101 | 110011 | 0 | 1001100 | 1110 | 1100100 | 1000110 | 110101 |
Color Harmonies of #6BDB35
Complementary color
Monochromatic Colors of #6BDB35
Black with #6BDB35
Text Example
Text Example
White with #6BDB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDB35; }
p { color: rgb(107,219,53); }
H1.HeaderClassName
{
color: #6BDB35;
}
.AnyTagClassName
{
color: #6BDB35;
}
</style>
background-color css
<style>
a { background-color: #6BDB35; }
a { background-color: rgb(107,219,53); }
div.DivClassName
{
background-color: #6BDB35;
}
.BgClassName
{
background-color: #6BDB35;
}
</style>
border-color css
<style>
span { border-color: #6BDB35; }
span { border-color: rgb(107,219,53); }
td.TdClassName
{
border-color: #6BDB35;
}
.TagClassName
{
border-color: #6BDB35;
}
</style>