Shades of Apple #6FBC31
Tints of Apple #6FBC31
RGB
CMYK
RGB Variations
Color information
#6FBC31 (or 0x6FBC31) is known color: Apple. HEX triplet: 6F, BC and 31. RGB value is (111,188,49). Sum of RGB (Red+Green+Blue) = 111+188+49=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBC31 is #9043CE. Grayscale: #959595. Windows color (decimal): -9454543 or 3259503. OLE color: 3259503.
HSL color Cylindrical-coordinate representation of color #6FBC31: hue angle of 93.24º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6FBC31 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 49 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.26 |
| HSL | 93.24º | 0.59% | 0.46% | - |
| HSV(B) | 93.24º | 0.74% | 0.74% | - |
| XYZ | 25.09 | 39.57 | 9.22 | - |
| YUV | 149.13 | 71.49 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 49 | 0.41 | 0 | 0.74 | 0.26 | 93.24 | 0.59 | 0.46 |
| Hex | 6F | BC | 31 | 29 | 0 | 4A | 1A | 5D | 3B | 2E |
| Octal | 157 | 274 | 61 | 51 | 0 | 112 | 32 | 135 | 73 | 56 |
| Binary | 1101111 | 10111100 | 110001 | 101001 | 0 | 1001010 | 11010 | 1011101 | 111011 | 101110 |
Color Harmonies of #6FBC31
Complementary color
Monochromatic Colors of #6FBC31
Black with #6FBC31
Text Example
Text Example
White with #6FBC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC31; }
p { color: rgb(111,188,49); }
H1.HeaderClassName
{
color: #6FBC31;
}
.AnyTagClassName
{
color: #6FBC31;
}
</style>
background-color css
<style>
a { background-color: #6FBC31; }
a { background-color: rgb(111,188,49); }
div.DivClassName
{
background-color: #6FBC31;
}
.BgClassName
{
background-color: #6FBC31;
}
</style>
border-color css
<style>
span { border-color: #6FBC31; }
span { border-color: rgb(111,188,49); }
td.TdClassName
{
border-color: #6FBC31;
}
.TagClassName
{
border-color: #6FBC31;
}
</style>