Shades of Apple #6FC13D
Tints of Apple #6FC13D
RGB
CMYK
RGB Variations
Color information
#6FC13D (or 0x6FC13D) is known color: Apple. HEX triplet: 6F, C1 and 3D. RGB value is (111,193,61). Sum of RGB (Red+Green+Blue) = 111+193+61=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC13D is #903EC2. Grayscale: #999999. Windows color (decimal): -9453251 or 4047215. OLE color: 4047215.
HSL color Cylindrical-coordinate representation of color #6FC13D: hue angle of 97.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6FC13D is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 193 | 61 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.24 |
| HSL | 97.27º | 0.52% | 0.5% | - |
| HSV(B) | 97.27º | 0.68% | 0.76% | - |
| XYZ | 26.47 | 41.86 | 11.1 | - |
| YUV | 153.43 | 75.83 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 193 | 61 | 0.42 | 0 | 0.68 | 0.24 | 97.27 | 0.52 | 0.5 |
| Hex | 6F | C1 | 3D | 2A | 0 | 44 | 18 | 61 | 34 | 32 |
| Octal | 157 | 301 | 75 | 52 | 0 | 104 | 30 | 141 | 64 | 62 |
| Binary | 1101111 | 11000001 | 111101 | 101010 | 0 | 1000100 | 11000 | 1100001 | 110100 | 110010 |
Color Harmonies of #6FC13D
Complementary color
Monochromatic Colors of #6FC13D
Black with #6FC13D
Text Example
Text Example
White with #6FC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC13D; }
p { color: rgb(111,193,61); }
H1.HeaderClassName
{
color: #6FC13D;
}
.AnyTagClassName
{
color: #6FC13D;
}
</style>
background-color css
<style>
a { background-color: #6FC13D; }
a { background-color: rgb(111,193,61); }
div.DivClassName
{
background-color: #6FC13D;
}
.BgClassName
{
background-color: #6FC13D;
}
</style>
border-color css
<style>
span { border-color: #6FC13D; }
span { border-color: rgb(111,193,61); }
td.TdClassName
{
border-color: #6FC13D;
}
.TagClassName
{
border-color: #6FC13D;
}
</style>