Shades of Apple #6BDC2F
Tints of Apple #6BDC2F
RGB
CMYK
RGB Variations
Color information
#6BDC2F (or 0x6BDC2F) is known color: Apple. HEX triplet: 6B, DC and 2F. RGB value is (107,220,47). Sum of RGB (Red+Green+Blue) = 107+220+47=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BDC2F is #9423D0. Grayscale: #A7A7A7. Windows color (decimal): -9708497 or 3136619. OLE color: 3136619.
HSL color Cylindrical-coordinate representation of color #6BDC2F: hue angle of 99.19º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6BDC2F is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 47 | - |
| CMYK | 0.51 | 0 | 0.79 | 0.14 |
| HSL | 99.19º | 0.71% | 0.52% | - |
| HSV(B) | 99.19º | 0.79% | 0.86% | - |
| XYZ | 32.17 | 54.52 | 11.52 | - |
| YUV | 166.49 | 60.56 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 47 | 0.51 | 0 | 0.79 | 0.14 | 99.19 | 0.71 | 0.52 |
| Hex | 6B | DC | 2F | 33 | 0 | 4F | E | 63 | 47 | 34 |
| Octal | 153 | 334 | 57 | 63 | 0 | 117 | 16 | 143 | 107 | 64 |
| Binary | 1101011 | 11011100 | 101111 | 110011 | 0 | 1001111 | 1110 | 1100011 | 1000111 | 110100 |
Color Harmonies of #6BDC2F
Complementary color
Monochromatic Colors of #6BDC2F
Black with #6BDC2F
Text Example
Text Example
White with #6BDC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDC2F; }
p { color: rgb(107,220,47); }
H1.HeaderClassName
{
color: #6BDC2F;
}
.AnyTagClassName
{
color: #6BDC2F;
}
</style>
background-color css
<style>
a { background-color: #6BDC2F; }
a { background-color: rgb(107,220,47); }
div.DivClassName
{
background-color: #6BDC2F;
}
.BgClassName
{
background-color: #6BDC2F;
}
</style>
border-color css
<style>
span { border-color: #6BDC2F; }
span { border-color: rgb(107,220,47); }
td.TdClassName
{
border-color: #6BDC2F;
}
.TagClassName
{
border-color: #6BDC2F;
}
</style>