Shades of Apple #6BDC3C
Tints of Apple #6BDC3C
RGB
CMYK
RGB Variations
Color information
#6BDC3C (or 0x6BDC3C) is known color: Apple. HEX triplet: 6B, DC and 3C. RGB value is (107,220,60). Sum of RGB (Red+Green+Blue) = 107+220+60=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BDC3C is #9423C3. Grayscale: #A8A8A8. Windows color (decimal): -9708484 or 3988587. OLE color: 3988587.
HSL color Cylindrical-coordinate representation of color #6BDC3C: hue angle of 102.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6BDC3C is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 60 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.14 |
| HSL | 102.38º | 0.7% | 0.55% | - |
| HSV(B) | 102.38º | 0.73% | 0.86% | - |
| XYZ | 32.47 | 54.64 | 13.11 | - |
| YUV | 167.97 | 67.06 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 60 | 0.51 | 0 | 0.73 | 0.14 | 102.38 | 0.7 | 0.55 |
| Hex | 6B | DC | 3C | 33 | 0 | 49 | E | 66 | 46 | 37 |
| Octal | 153 | 334 | 74 | 63 | 0 | 111 | 16 | 146 | 106 | 67 |
| Binary | 1101011 | 11011100 | 111100 | 110011 | 0 | 1001001 | 1110 | 1100110 | 1000110 | 110111 |
Color Harmonies of #6BDC3C
Complementary color
Monochromatic Colors of #6BDC3C
Black with #6BDC3C
Text Example
Text Example
White with #6BDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDC3C; }
p { color: rgb(107,220,60); }
H1.HeaderClassName
{
color: #6BDC3C;
}
.AnyTagClassName
{
color: #6BDC3C;
}
</style>
background-color css
<style>
a { background-color: #6BDC3C; }
a { background-color: rgb(107,220,60); }
div.DivClassName
{
background-color: #6BDC3C;
}
.BgClassName
{
background-color: #6BDC3C;
}
</style>
border-color css
<style>
span { border-color: #6BDC3C; }
span { border-color: rgb(107,220,60); }
td.TdClassName
{
border-color: #6BDC3C;
}
.TagClassName
{
border-color: #6BDC3C;
}
</style>