Shades of Apple #6FE13B
Tints of Apple #6FE13B
RGB
CMYK
RGB Variations
Color information
#6FE13B (or 0x6FE13B) is known color: Apple. HEX triplet: 6F, E1 and 3B. RGB value is (111,225,59). Sum of RGB (Red+Green+Blue) = 111+225+59=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 225 (88.28% from 255 or 56.96% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE13B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FE13B is #901EC4. Grayscale: #ACACAC. Windows color (decimal): -9445061 or 3924335. OLE color: 3924335.
HSL color Cylindrical-coordinate representation of color #6FE13B: hue angle of 101.2º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6FE13B is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 225 | 59 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.12 |
| HSL | 101.2º | 0.73% | 0.56% | - |
| HSV(B) | 101.2º | 0.74% | 0.88% | - |
| XYZ | 34.27 | 57.55 | 13.44 | - |
| YUV | 171.99 | 64.23 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 225 | 59 | 0.51 | 0 | 0.74 | 0.12 | 101.2 | 0.73 | 0.56 |
| Hex | 6F | E1 | 3B | 33 | 0 | 4A | C | 65 | 49 | 38 |
| Octal | 157 | 341 | 73 | 63 | 0 | 112 | 14 | 145 | 111 | 70 |
| Binary | 1101111 | 11100001 | 111011 | 110011 | 0 | 1001010 | 1100 | 1100101 | 1001001 | 111000 |
Color Harmonies of #6FE13B
Complementary color
Monochromatic Colors of #6FE13B
Black with #6FE13B
Text Example
Text Example
White with #6FE13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE13B; }
p { color: rgb(111,225,59); }
H1.HeaderClassName
{
color: #6FE13B;
}
.AnyTagClassName
{
color: #6FE13B;
}
</style>
background-color css
<style>
a { background-color: #6FE13B; }
a { background-color: rgb(111,225,59); }
div.DivClassName
{
background-color: #6FE13B;
}
.BgClassName
{
background-color: #6FE13B;
}
</style>
border-color css
<style>
span { border-color: #6FE13B; }
span { border-color: rgb(111,225,59); }
td.TdClassName
{
border-color: #6FE13B;
}
.TagClassName
{
border-color: #6FE13B;
}
</style>