Shades of Apple #6BDD3C
Tints of Apple #6BDD3C
RGB
CMYK
RGB Variations
Color information
#6BDD3C (or 0x6BDD3C) is known color: Apple. HEX triplet: 6B, DD and 3C. RGB value is (107,221,60). Sum of RGB (Red+Green+Blue) = 107+221+60=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDD3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BDD3C is #9422C3. Grayscale: #A9A9A9. Windows color (decimal): -9708228 or 3988843. OLE color: 3988843.
HSL color Cylindrical-coordinate representation of color #6BDD3C: hue angle of 102.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6BDD3C is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 60 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.13 |
| HSL | 102.48º | 0.7% | 0.55% | - |
| HSV(B) | 102.48º | 0.73% | 0.87% | - |
| XYZ | 32.74 | 55.16 | 13.2 | - |
| YUV | 168.56 | 66.73 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 60 | 0.52 | 0 | 0.73 | 0.13 | 102.48 | 0.7 | 0.55 |
| Hex | 6B | DD | 3C | 34 | 0 | 49 | D | 66 | 46 | 37 |
| Octal | 153 | 335 | 74 | 64 | 0 | 111 | 15 | 146 | 106 | 67 |
| Binary | 1101011 | 11011101 | 111100 | 110100 | 0 | 1001001 | 1101 | 1100110 | 1000110 | 110111 |
Color Harmonies of #6BDD3C
Complementary color
Monochromatic Colors of #6BDD3C
Black with #6BDD3C
Text Example
Text Example
White with #6BDD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDD3C; }
p { color: rgb(107,221,60); }
H1.HeaderClassName
{
color: #6BDD3C;
}
.AnyTagClassName
{
color: #6BDD3C;
}
</style>
background-color css
<style>
a { background-color: #6BDD3C; }
a { background-color: rgb(107,221,60); }
div.DivClassName
{
background-color: #6BDD3C;
}
.BgClassName
{
background-color: #6BDD3C;
}
</style>
border-color css
<style>
span { border-color: #6BDD3C; }
span { border-color: rgb(107,221,60); }
td.TdClassName
{
border-color: #6BDD3C;
}
.TagClassName
{
border-color: #6BDD3C;
}
</style>