Shades of Apple #6BC352
Tints of Apple #6BC352
RGB
CMYK
RGB Variations
Color information
#6BC352 (or 0x6BC352) is known color: Apple. HEX triplet: 6B, C3 and 52. RGB value is (107,195,82). Sum of RGB (Red+Green+Blue) = 107+195+82=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #6BC352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC352 is #943CAD. Grayscale: #9C9C9C. Windows color (decimal): -9714862 or 5423979. OLE color: 5423979.
HSL color Cylindrical-coordinate representation of color #6BC352: hue angle of 106.73º 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 #6BC352 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 195 | 82 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.24 |
| HSL | 106.73º | 0.48% | 0.54% | - |
| HSV(B) | 106.73º | 0.58% | 0.76% | - |
| XYZ | 27.1 | 42.77 | 14.81 | - |
| YUV | 155.81 | 86.35 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 195 | 82 | 0.45 | 0 | 0.58 | 0.24 | 106.73 | 0.48 | 0.54 |
| Hex | 6B | C3 | 52 | 2D | 0 | 3A | 18 | 6B | 30 | 36 |
| Octal | 153 | 303 | 122 | 55 | 0 | 72 | 30 | 153 | 60 | 66 |
| Binary | 1101011 | 11000011 | 1010010 | 101101 | 0 | 111010 | 11000 | 1101011 | 110000 | 110110 |
Color Harmonies of #6BC352
Complementary color
Monochromatic Colors of #6BC352
Black with #6BC352
Text Example
Text Example
White with #6BC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC352; }
p { color: rgb(107,195,82); }
H1.HeaderClassName
{
color: #6BC352;
}
.AnyTagClassName
{
color: #6BC352;
}
</style>
background-color css
<style>
a { background-color: #6BC352; }
a { background-color: rgb(107,195,82); }
div.DivClassName
{
background-color: #6BC352;
}
.BgClassName
{
background-color: #6BC352;
}
</style>
border-color css
<style>
span { border-color: #6BC352; }
span { border-color: rgb(107,195,82); }
td.TdClassName
{
border-color: #6BC352;
}
.TagClassName
{
border-color: #6BC352;
}
</style>