Shades of Apple #6FC13F
Tints of Apple #6FC13F
RGB
CMYK
RGB Variations
Color information
#6FC13F (or 0x6FC13F) is known color: Apple. HEX triplet: 6F, C1 and 3F. RGB value is (111,193,63). Sum of RGB (Red+Green+Blue) = 111+193+63=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC13F is #903EC0. Grayscale: #9A9A9A. Windows color (decimal): -9453249 or 4178287. OLE color: 4178287.
HSL color Cylindrical-coordinate representation of color #6FC13F: hue angle of 97.85º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6FC13F is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 193 | 63 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.24 |
| HSL | 97.85º | 0.51% | 0.5% | - |
| HSV(B) | 97.85º | 0.67% | 0.76% | - |
| XYZ | 26.52 | 41.88 | 11.39 | - |
| YUV | 153.66 | 76.83 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 193 | 63 | 0.42 | 0 | 0.67 | 0.24 | 97.85 | 0.51 | 0.5 |
| Hex | 6F | C1 | 3F | 2A | 0 | 43 | 18 | 62 | 33 | 32 |
| Octal | 157 | 301 | 77 | 52 | 0 | 103 | 30 | 142 | 63 | 62 |
| Binary | 1101111 | 11000001 | 111111 | 101010 | 0 | 1000011 | 11000 | 1100010 | 110011 | 110010 |
Color Harmonies of #6FC13F
Complementary color
Monochromatic Colors of #6FC13F
Black with #6FC13F
Text Example
Text Example
White with #6FC13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC13F; }
p { color: rgb(111,193,63); }
H1.HeaderClassName
{
color: #6FC13F;
}
.AnyTagClassName
{
color: #6FC13F;
}
</style>
background-color css
<style>
a { background-color: #6FC13F; }
a { background-color: rgb(111,193,63); }
div.DivClassName
{
background-color: #6FC13F;
}
.BgClassName
{
background-color: #6FC13F;
}
</style>
border-color css
<style>
span { border-color: #6FC13F; }
span { border-color: rgb(111,193,63); }
td.TdClassName
{
border-color: #6FC13F;
}
.TagClassName
{
border-color: #6FC13F;
}
</style>