Shades of Apple #6BC14F
Tints of Apple #6BC14F
RGB
CMYK
RGB Variations
Color information
#6BC14F (or 0x6BC14F) is known color: Apple. HEX triplet: 6B, C1 and 4F. RGB value is (107,193,79). Sum of RGB (Red+Green+Blue) = 107+193+79=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #6BC14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC14F is #943EB0. Grayscale: #9A9A9A. Windows color (decimal): -9715377 or 5226859. OLE color: 5226859.
HSL color Cylindrical-coordinate representation of color #6BC14F: hue angle of 105.26º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6BC14F is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 193 | 79 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.24 |
| HSL | 105.26º | 0.48% | 0.53% | - |
| HSV(B) | 105.26º | 0.59% | 0.76% | - |
| XYZ | 26.54 | 41.83 | 14.07 | - |
| YUV | 154.29 | 85.51 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 193 | 79 | 0.45 | 0 | 0.59 | 0.24 | 105.26 | 0.48 | 0.53 |
| Hex | 6B | C1 | 4F | 2D | 0 | 3B | 18 | 69 | 30 | 35 |
| Octal | 153 | 301 | 117 | 55 | 0 | 73 | 30 | 151 | 60 | 65 |
| Binary | 1101011 | 11000001 | 1001111 | 101101 | 0 | 111011 | 11000 | 1101001 | 110000 | 110101 |
Color Harmonies of #6BC14F
Complementary color
Monochromatic Colors of #6BC14F
Black with #6BC14F
Text Example
Text Example
White with #6BC14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC14F; }
p { color: rgb(107,193,79); }
H1.HeaderClassName
{
color: #6BC14F;
}
.AnyTagClassName
{
color: #6BC14F;
}
</style>
background-color css
<style>
a { background-color: #6BC14F; }
a { background-color: rgb(107,193,79); }
div.DivClassName
{
background-color: #6BC14F;
}
.BgClassName
{
background-color: #6BC14F;
}
</style>
border-color css
<style>
span { border-color: #6BC14F; }
span { border-color: rgb(107,193,79); }
td.TdClassName
{
border-color: #6BC14F;
}
.TagClassName
{
border-color: #6BC14F;
}
</style>