Shades of Apple #6CC532
Tints of Apple #6CC532
RGB
CMYK
RGB Variations
Color information
#6CC532 (or 0x6CC532) is known color: Apple. HEX triplet: 6C, C5 and 32. RGB value is (108,197,50). Sum of RGB (Red+Green+Blue) = 108+197+50=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #6CC532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CC532 is #933ACD. Grayscale: #9A9A9A. Windows color (decimal): -9648846 or 3327340. OLE color: 3327340.
HSL color Cylindrical-coordinate representation of color #6CC532: hue angle of 96.33º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6CC532 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 108 | 197 | 50 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.23 |
| HSL | 96.33º | 0.6% | 0.48% | - |
| HSV(B) | 96.33º | 0.75% | 0.77% | - |
| XYZ | 26.73 | 43.35 | 9.98 | - |
| YUV | 153.63 | 69.51 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 197 | 50 | 0.45 | 0 | 0.75 | 0.23 | 96.33 | 0.6 | 0.48 |
| Hex | 6C | C5 | 32 | 2D | 0 | 4B | 17 | 60 | 3C | 30 |
| Octal | 154 | 305 | 62 | 55 | 0 | 113 | 27 | 140 | 74 | 60 |
| Binary | 1101100 | 11000101 | 110010 | 101101 | 0 | 1001011 | 10111 | 1100000 | 111100 | 110000 |
Color Harmonies of #6CC532
Complementary color
Monochromatic Colors of #6CC532
Black with #6CC532
Text Example
Text Example
White with #6CC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC532; }
p { color: rgb(108,197,50); }
H1.HeaderClassName
{
color: #6CC532;
}
.AnyTagClassName
{
color: #6CC532;
}
</style>
background-color css
<style>
a { background-color: #6CC532; }
a { background-color: rgb(108,197,50); }
div.DivClassName
{
background-color: #6CC532;
}
.BgClassName
{
background-color: #6CC532;
}
</style>
border-color css
<style>
span { border-color: #6CC532; }
span { border-color: rgb(108,197,50); }
td.TdClassName
{
border-color: #6CC532;
}
.TagClassName
{
border-color: #6CC532;
}
</style>