Shades of Apple #6BC053
Tints of Apple #6BC053
RGB
CMYK
RGB Variations
Color information
#6BC053 (or 0x6BC053) is known color: Apple. HEX triplet: 6B, C0 and 53. RGB value is (107,192,83). Sum of RGB (Red+Green+Blue) = 107+192+83=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC053 is #943FAC. Grayscale: #9A9A9A. Windows color (decimal): -9715629 or 5488747. OLE color: 5488747.
HSL color Cylindrical-coordinate representation of color #6BC053: hue angle of 106.79º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BC053 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 192 | 83 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.25 |
| HSL | 106.79º | 0.46% | 0.54% | - |
| HSV(B) | 106.79º | 0.57% | 0.75% | - |
| XYZ | 26.47 | 41.45 | 14.79 | - |
| YUV | 154.16 | 87.84 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 192 | 83 | 0.44 | 0 | 0.57 | 0.25 | 106.79 | 0.46 | 0.54 |
| Hex | 6B | C0 | 53 | 2C | 0 | 39 | 19 | 6B | 2E | 36 |
| Octal | 153 | 300 | 123 | 54 | 0 | 71 | 31 | 153 | 56 | 66 |
| Binary | 1101011 | 11000000 | 1010011 | 101100 | 0 | 111001 | 11001 | 1101011 | 101110 | 110110 |
Color Harmonies of #6BC053
Complementary color
Monochromatic Colors of #6BC053
Black with #6BC053
Text Example
Text Example
White with #6BC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC053; }
p { color: rgb(107,192,83); }
H1.HeaderClassName
{
color: #6BC053;
}
.AnyTagClassName
{
color: #6BC053;
}
</style>
background-color css
<style>
a { background-color: #6BC053; }
a { background-color: rgb(107,192,83); }
div.DivClassName
{
background-color: #6BC053;
}
.BgClassName
{
background-color: #6BC053;
}
</style>
border-color css
<style>
span { border-color: #6BC053; }
span { border-color: rgb(107,192,83); }
td.TdClassName
{
border-color: #6BC053;
}
.TagClassName
{
border-color: #6BC053;
}
</style>