Shades of Apple #6FC13B
Tints of Apple #6FC13B
RGB
CMYK
RGB Variations
Color information
#6FC13B (or 0x6FC13B) is known color: Apple. HEX triplet: 6F, C1 and 3B. RGB value is (111,193,59). Sum of RGB (Red+Green+Blue) = 111+193+59=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC13B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC13B is #903EC4. Grayscale: #999999. Windows color (decimal): -9453253 or 3916143. OLE color: 3916143.
HSL color Cylindrical-coordinate representation of color #6FC13B: hue angle of 96.72º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6FC13B is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 193 | 59 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.24 |
| HSL | 96.72º | 0.53% | 0.49% | - |
| HSV(B) | 96.72º | 0.69% | 0.76% | - |
| XYZ | 26.41 | 41.84 | 10.82 | - |
| YUV | 153.21 | 74.83 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 193 | 59 | 0.42 | 0 | 0.69 | 0.24 | 96.72 | 0.53 | 0.49 |
| Hex | 6F | C1 | 3B | 2A | 0 | 45 | 18 | 61 | 35 | 31 |
| Octal | 157 | 301 | 73 | 52 | 0 | 105 | 30 | 141 | 65 | 61 |
| Binary | 1101111 | 11000001 | 111011 | 101010 | 0 | 1000101 | 11000 | 1100001 | 110101 | 110001 |
Color Harmonies of #6FC13B
Complementary color
Monochromatic Colors of #6FC13B
Black with #6FC13B
Text Example
Text Example
White with #6FC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC13B; }
p { color: rgb(111,193,59); }
H1.HeaderClassName
{
color: #6FC13B;
}
.AnyTagClassName
{
color: #6FC13B;
}
</style>
background-color css
<style>
a { background-color: #6FC13B; }
a { background-color: rgb(111,193,59); }
div.DivClassName
{
background-color: #6FC13B;
}
.BgClassName
{
background-color: #6FC13B;
}
</style>
border-color css
<style>
span { border-color: #6FC13B; }
span { border-color: rgb(111,193,59); }
td.TdClassName
{
border-color: #6FC13B;
}
.TagClassName
{
border-color: #6FC13B;
}
</style>