Shades of Apple #6CBC58
Tints of Apple #6CBC58
RGB
CMYK
RGB Variations
Color information
#6CBC58 (or 0x6CBC58) is known color: Apple. HEX triplet: 6C, BC and 58. RGB value is (108,188,88). Sum of RGB (Red+Green+Blue) = 108+188+88=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBC58 is #9343A7. Grayscale: #999999. Windows color (decimal): -9651112 or 5815404. OLE color: 5815404.
HSL color Cylindrical-coordinate representation of color #6CBC58: hue angle of 108º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CBC58 is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 88 | - |
| CMYK | 0.43 | 0 | 0.53 | 0.26 |
| HSL | 108º | 0.43% | 0.54% | - |
| HSV(B) | 108º | 0.53% | 0.74% | - |
| XYZ | 25.93 | 39.86 | 15.56 | - |
| YUV | 152.68 | 91.5 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 88 | 0.43 | 0 | 0.53 | 0.26 | 108 | 0.43 | 0.54 |
| Hex | 6C | BC | 58 | 2B | 0 | 35 | 1A | 6C | 2B | 36 |
| Octal | 154 | 274 | 130 | 53 | 0 | 65 | 32 | 154 | 53 | 66 |
| Binary | 1101100 | 10111100 | 1011000 | 101011 | 0 | 110101 | 11010 | 1101100 | 101011 | 110110 |
Color Harmonies of #6CBC58
Complementary color
Monochromatic Colors of #6CBC58
Black with #6CBC58
Text Example
Text Example
White with #6CBC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC58; }
p { color: rgb(108,188,88); }
H1.HeaderClassName
{
color: #6CBC58;
}
.AnyTagClassName
{
color: #6CBC58;
}
</style>
background-color css
<style>
a { background-color: #6CBC58; }
a { background-color: rgb(108,188,88); }
div.DivClassName
{
background-color: #6CBC58;
}
.BgClassName
{
background-color: #6CBC58;
}
</style>
border-color css
<style>
span { border-color: #6CBC58; }
span { border-color: rgb(108,188,88); }
td.TdClassName
{
border-color: #6CBC58;
}
.TagClassName
{
border-color: #6CBC58;
}
</style>