Shades of Apple #6FC14B
Tints of Apple #6FC14B
RGB
CMYK
RGB Variations
Color information
#6FC14B (or 0x6FC14B) is known color: Apple. HEX triplet: 6F, C1 and 4B. RGB value is (111,193,75). Sum of RGB (Red+Green+Blue) = 111+193+75=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC14B is #903EB4. Grayscale: #9B9B9B. Windows color (decimal): -9453237 or 4964719. OLE color: 4964719.
HSL color Cylindrical-coordinate representation of color #6FC14B: hue angle of 101.69º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6FC14B is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 193 | 75 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.24 |
| HSL | 101.69º | 0.49% | 0.53% | - |
| HSV(B) | 101.69º | 0.61% | 0.76% | - |
| XYZ | 26.9 | 42.03 | 13.35 | - |
| YUV | 155.03 | 82.83 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 193 | 75 | 0.42 | 0 | 0.61 | 0.24 | 101.69 | 0.49 | 0.53 |
| Hex | 6F | C1 | 4B | 2A | 0 | 3D | 18 | 66 | 31 | 35 |
| Octal | 157 | 301 | 113 | 52 | 0 | 75 | 30 | 146 | 61 | 65 |
| Binary | 1101111 | 11000001 | 1001011 | 101010 | 0 | 111101 | 11000 | 1100110 | 110001 | 110101 |
Color Harmonies of #6FC14B
Complementary color
Monochromatic Colors of #6FC14B
Black with #6FC14B
Text Example
Text Example
White with #6FC14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC14B; }
p { color: rgb(111,193,75); }
H1.HeaderClassName
{
color: #6FC14B;
}
.AnyTagClassName
{
color: #6FC14B;
}
</style>
background-color css
<style>
a { background-color: #6FC14B; }
a { background-color: rgb(111,193,75); }
div.DivClassName
{
background-color: #6FC14B;
}
.BgClassName
{
background-color: #6FC14B;
}
</style>
border-color css
<style>
span { border-color: #6FC14B; }
span { border-color: rgb(111,193,75); }
td.TdClassName
{
border-color: #6FC14B;
}
.TagClassName
{
border-color: #6FC14B;
}
</style>