Shades of Apple #6BC250
Tints of Apple #6BC250
RGB
CMYK
RGB Variations
Color information
#6BC250 (or 0x6BC250) is known color: Apple. HEX triplet: 6B, C2 and 50. RGB value is (107,194,80). Sum of RGB (Red+Green+Blue) = 107+194+80=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC250 is #943DAF. Grayscale: #9B9B9B. Windows color (decimal): -9715120 or 5292651. OLE color: 5292651.
HSL color Cylindrical-coordinate representation of color #6BC250: hue angle of 105.79º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6BC250 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 194 | 80 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.24 |
| HSL | 105.79º | 0.48% | 0.54% | - |
| HSV(B) | 105.79º | 0.59% | 0.76% | - |
| XYZ | 26.8 | 42.29 | 14.34 | - |
| YUV | 154.99 | 85.68 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 194 | 80 | 0.45 | 0 | 0.59 | 0.24 | 105.79 | 0.48 | 0.54 |
| Hex | 6B | C2 | 50 | 2D | 0 | 3B | 18 | 6A | 30 | 36 |
| Octal | 153 | 302 | 120 | 55 | 0 | 73 | 30 | 152 | 60 | 66 |
| Binary | 1101011 | 11000010 | 1010000 | 101101 | 0 | 111011 | 11000 | 1101010 | 110000 | 110110 |
Color Harmonies of #6BC250
Complementary color
Monochromatic Colors of #6BC250
Black with #6BC250
Text Example
Text Example
White with #6BC250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC250; }
p { color: rgb(107,194,80); }
H1.HeaderClassName
{
color: #6BC250;
}
.AnyTagClassName
{
color: #6BC250;
}
</style>
background-color css
<style>
a { background-color: #6BC250; }
a { background-color: rgb(107,194,80); }
div.DivClassName
{
background-color: #6BC250;
}
.BgClassName
{
background-color: #6BC250;
}
</style>
border-color css
<style>
span { border-color: #6BC250; }
span { border-color: rgb(107,194,80); }
td.TdClassName
{
border-color: #6BC250;
}
.TagClassName
{
border-color: #6BC250;
}
</style>