Shades of Apple #6CC352
Tints of Apple #6CC352
RGB
CMYK
RGB Variations
Color information
#6CC352 (or 0x6CC352) is known color: Apple. HEX triplet: 6C, C3 and 52. RGB value is (108,195,82). Sum of RGB (Red+Green+Blue) = 108+195+82=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #6CC352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC352 is #933CAD. Grayscale: #9C9C9C. Windows color (decimal): -9649326 or 5423980. OLE color: 5423980.
HSL color Cylindrical-coordinate representation of color #6CC352: hue angle of 106.19º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CC352 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 108 | 195 | 82 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.24 |
| HSL | 106.19º | 0.48% | 0.54% | - |
| HSV(B) | 106.19º | 0.58% | 0.76% | - |
| XYZ | 27.22 | 42.83 | 14.81 | - |
| YUV | 156.11 | 86.18 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 195 | 82 | 0.45 | 0 | 0.58 | 0.24 | 106.19 | 0.48 | 0.54 |
| Hex | 6C | C3 | 52 | 2D | 0 | 3A | 18 | 6A | 30 | 36 |
| Octal | 154 | 303 | 122 | 55 | 0 | 72 | 30 | 152 | 60 | 66 |
| Binary | 1101100 | 11000011 | 1010010 | 101101 | 0 | 111010 | 11000 | 1101010 | 110000 | 110110 |
Color Harmonies of #6CC352
Complementary color
Monochromatic Colors of #6CC352
Black with #6CC352
Text Example
Text Example
White with #6CC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC352; }
p { color: rgb(108,195,82); }
H1.HeaderClassName
{
color: #6CC352;
}
.AnyTagClassName
{
color: #6CC352;
}
</style>
background-color css
<style>
a { background-color: #6CC352; }
a { background-color: rgb(108,195,82); }
div.DivClassName
{
background-color: #6CC352;
}
.BgClassName
{
background-color: #6CC352;
}
</style>
border-color css
<style>
span { border-color: #6CC352; }
span { border-color: rgb(108,195,82); }
td.TdClassName
{
border-color: #6CC352;
}
.TagClassName
{
border-color: #6CC352;
}
</style>