Shades of Apple #6CBC41
Tints of Apple #6CBC41
RGB
CMYK
RGB Variations
Color information
#6CBC41 (or 0x6CBC41) is known color: Apple. HEX triplet: 6C, BC and 41. RGB value is (108,188,65). Sum of RGB (Red+Green+Blue) = 108+188+65=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBC41 is #9343BE. Grayscale: #969696. Windows color (decimal): -9651135 or 4308076. OLE color: 4308076.
HSL color Cylindrical-coordinate representation of color #6CBC41: hue angle of 99.02º 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 #6CBC41 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 65 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.26 |
| HSL | 99.02º | 0.49% | 0.5% | - |
| HSV(B) | 99.02º | 0.65% | 0.74% | - |
| XYZ | 25.12 | 39.54 | 11.31 | - |
| YUV | 150.06 | 80 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 65 | 0.43 | 0 | 0.65 | 0.26 | 99.02 | 0.49 | 0.5 |
| Hex | 6C | BC | 41 | 2B | 0 | 41 | 1A | 63 | 31 | 32 |
| Octal | 154 | 274 | 101 | 53 | 0 | 101 | 32 | 143 | 61 | 62 |
| Binary | 1101100 | 10111100 | 1000001 | 101011 | 0 | 1000001 | 11010 | 1100011 | 110001 | 110010 |
Color Harmonies of #6CBC41
Complementary color
Monochromatic Colors of #6CBC41
Black with #6CBC41
Text Example
Text Example
White with #6CBC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC41; }
p { color: rgb(108,188,65); }
H1.HeaderClassName
{
color: #6CBC41;
}
.AnyTagClassName
{
color: #6CBC41;
}
</style>
background-color css
<style>
a { background-color: #6CBC41; }
a { background-color: rgb(108,188,65); }
div.DivClassName
{
background-color: #6CBC41;
}
.BgClassName
{
background-color: #6CBC41;
}
</style>
border-color css
<style>
span { border-color: #6CBC41; }
span { border-color: rgb(108,188,65); }
td.TdClassName
{
border-color: #6CBC41;
}
.TagClassName
{
border-color: #6CBC41;
}
</style>