Shades of Apple #6FC536
Tints of Apple #6FC536
RGB
CMYK
RGB Variations
Color information
#6FC536 (or 0x6FC536) is known color: Apple. HEX triplet: 6F, C5 and 36. RGB value is (111,197,54). Sum of RGB (Red+Green+Blue) = 111+197+54=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 197 (77.34% from 255 or 54.42% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 197 - color contains mainly: green. Hex color #6FC536 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC536 is #903AC9. Grayscale: #9B9B9B. Windows color (decimal): -9452234 or 3589487. OLE color: 3589487.
HSL color Cylindrical-coordinate representation of color #6FC536: hue angle of 96.08º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6FC536 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 197 | 54 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.23 |
| HSL | 96.08º | 0.57% | 0.49% | - |
| HSV(B) | 96.08º | 0.73% | 0.77% | - |
| XYZ | 27.19 | 43.58 | 10.47 | - |
| YUV | 154.98 | 71.01 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 197 | 54 | 0.44 | 0 | 0.73 | 0.23 | 96.08 | 0.57 | 0.49 |
| Hex | 6F | C5 | 36 | 2C | 0 | 49 | 17 | 60 | 39 | 31 |
| Octal | 157 | 305 | 66 | 54 | 0 | 111 | 27 | 140 | 71 | 61 |
| Binary | 1101111 | 11000101 | 110110 | 101100 | 0 | 1001001 | 10111 | 1100000 | 111001 | 110001 |
Color Harmonies of #6FC536
Complementary color
Monochromatic Colors of #6FC536
Black with #6FC536
Text Example
Text Example
White with #6FC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC536; }
p { color: rgb(111,197,54); }
H1.HeaderClassName
{
color: #6FC536;
}
.AnyTagClassName
{
color: #6FC536;
}
</style>
background-color css
<style>
a { background-color: #6FC536; }
a { background-color: rgb(111,197,54); }
div.DivClassName
{
background-color: #6FC536;
}
.BgClassName
{
background-color: #6FC536;
}
</style>
border-color css
<style>
span { border-color: #6FC536; }
span { border-color: rgb(111,197,54); }
td.TdClassName
{
border-color: #6FC536;
}
.TagClassName
{
border-color: #6FC536;
}
</style>