Shades of Apple #6BDC34
Tints of Apple #6BDC34
RGB
CMYK
RGB Variations
Color information
#6BDC34 (or 0x6BDC34) is known color: Apple. HEX triplet: 6B, DC and 34. RGB value is (107,220,52). Sum of RGB (Red+Green+Blue) = 107+220+52=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BDC34 is #9423CB. Grayscale: #A7A7A7. Windows color (decimal): -9708492 or 3464299. OLE color: 3464299.
HSL color Cylindrical-coordinate representation of color #6BDC34: hue angle of 100.36º degrees, saturation: 0.71, 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 #6BDC34 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 52 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.14 |
| HSL | 100.36º | 0.71% | 0.53% | - |
| HSV(B) | 100.36º | 0.76% | 0.86% | - |
| XYZ | 32.28 | 54.56 | 12.08 | - |
| YUV | 167.06 | 63.06 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 52 | 0.51 | 0 | 0.76 | 0.14 | 100.36 | 0.71 | 0.53 |
| Hex | 6B | DC | 34 | 33 | 0 | 4C | E | 64 | 47 | 35 |
| Octal | 153 | 334 | 64 | 63 | 0 | 114 | 16 | 144 | 107 | 65 |
| Binary | 1101011 | 11011100 | 110100 | 110011 | 0 | 1001100 | 1110 | 1100100 | 1000111 | 110101 |
Color Harmonies of #6BDC34
Complementary color
Monochromatic Colors of #6BDC34
Black with #6BDC34
Text Example
Text Example
White with #6BDC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDC34; }
p { color: rgb(107,220,52); }
H1.HeaderClassName
{
color: #6BDC34;
}
.AnyTagClassName
{
color: #6BDC34;
}
</style>
background-color css
<style>
a { background-color: #6BDC34; }
a { background-color: rgb(107,220,52); }
div.DivClassName
{
background-color: #6BDC34;
}
.BgClassName
{
background-color: #6BDC34;
}
</style>
border-color css
<style>
span { border-color: #6BDC34; }
span { border-color: rgb(107,220,52); }
td.TdClassName
{
border-color: #6BDC34;
}
.TagClassName
{
border-color: #6BDC34;
}
</style>