Shades of Apple #6FBC41
Tints of Apple #6FBC41
RGB
CMYK
RGB Variations
Color information
#6FBC41 (or 0x6FBC41) is known color: Apple. HEX triplet: 6F, BC and 41. RGB value is (111,188,65). Sum of RGB (Red+Green+Blue) = 111+188+65=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBC41 is #9043BE. Grayscale: #979797. Windows color (decimal): -9454527 or 4308079. OLE color: 4308079.
HSL color Cylindrical-coordinate representation of color #6FBC41: hue angle of 97.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6FBC41 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 65 | - |
| CMYK | 0.41 | 0 | 0.65 | 0.26 |
| HSL | 97.56º | 0.49% | 0.5% | - |
| HSV(B) | 97.56º | 0.65% | 0.74% | - |
| XYZ | 25.49 | 39.73 | 11.33 | - |
| YUV | 150.96 | 79.49 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 65 | 0.41 | 0 | 0.65 | 0.26 | 97.56 | 0.49 | 0.5 |
| Hex | 6F | BC | 41 | 29 | 0 | 41 | 1A | 62 | 31 | 32 |
| Octal | 157 | 274 | 101 | 51 | 0 | 101 | 32 | 142 | 61 | 62 |
| Binary | 1101111 | 10111100 | 1000001 | 101001 | 0 | 1000001 | 11010 | 1100010 | 110001 | 110010 |
Color Harmonies of #6FBC41
Complementary color
Monochromatic Colors of #6FBC41
Black with #6FBC41
Text Example
Text Example
White with #6FBC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC41; }
p { color: rgb(111,188,65); }
H1.HeaderClassName
{
color: #6FBC41;
}
.AnyTagClassName
{
color: #6FBC41;
}
</style>
background-color css
<style>
a { background-color: #6FBC41; }
a { background-color: rgb(111,188,65); }
div.DivClassName
{
background-color: #6FBC41;
}
.BgClassName
{
background-color: #6FBC41;
}
</style>
border-color css
<style>
span { border-color: #6FBC41; }
span { border-color: rgb(111,188,65); }
td.TdClassName
{
border-color: #6FBC41;
}
.TagClassName
{
border-color: #6FBC41;
}
</style>