Shades of Apple #6BBC50
Tints of Apple #6BBC50
RGB
CMYK
RGB Variations
Color information
#6BBC50 (or 0x6BBC50) is known color: Apple. HEX triplet: 6B, BC and 50. RGB value is (107,188,80). Sum of RGB (Red+Green+Blue) = 107+188+80=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBC50 is #9443AF. Grayscale: #979797. Windows color (decimal): -9716656 or 5291115. OLE color: 5291115.
HSL color Cylindrical-coordinate representation of color #6BBC50: hue angle of 105º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BBC50 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 80 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.26 |
| HSL | 105º | 0.45% | 0.53% | - |
| HSV(B) | 105º | 0.57% | 0.74% | - |
| XYZ | 25.49 | 39.67 | 13.9 | - |
| YUV | 151.47 | 87.66 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 80 | 0.43 | 0 | 0.57 | 0.26 | 105 | 0.45 | 0.53 |
| Hex | 6B | BC | 50 | 2B | 0 | 39 | 1A | 69 | 2D | 35 |
| Octal | 153 | 274 | 120 | 53 | 0 | 71 | 32 | 151 | 55 | 65 |
| Binary | 1101011 | 10111100 | 1010000 | 101011 | 0 | 111001 | 11010 | 1101001 | 101101 | 110101 |
Color Harmonies of #6BBC50
Complementary color
Monochromatic Colors of #6BBC50
Black with #6BBC50
Text Example
Text Example
White with #6BBC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC50; }
p { color: rgb(107,188,80); }
H1.HeaderClassName
{
color: #6BBC50;
}
.AnyTagClassName
{
color: #6BBC50;
}
</style>
background-color css
<style>
a { background-color: #6BBC50; }
a { background-color: rgb(107,188,80); }
div.DivClassName
{
background-color: #6BBC50;
}
.BgClassName
{
background-color: #6BBC50;
}
</style>
border-color css
<style>
span { border-color: #6BBC50; }
span { border-color: rgb(107,188,80); }
td.TdClassName
{
border-color: #6BBC50;
}
.TagClassName
{
border-color: #6BBC50;
}
</style>