Shades of Apple #6BC52C
Tints of Apple #6BC52C
RGB
CMYK
RGB Variations
Color information
#6BC52C (or 0x6BC52C) is known color: Apple. HEX triplet: 6B, C5 and 2C. RGB value is (107,197,44). Sum of RGB (Red+Green+Blue) = 107+197+44=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 197 (77.34% from 255 or 56.61% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC52C is #943AD3. Grayscale: #999999. Windows color (decimal): -9714388 or 2934123. OLE color: 2934123.
HSL color Cylindrical-coordinate representation of color #6BC52C: hue angle of 95.29º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6BC52C is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 44 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.23 |
| HSL | 95.29º | 0.63% | 0.47% | - |
| HSV(B) | 95.29º | 0.78% | 0.77% | - |
| XYZ | 26.48 | 43.24 | 9.33 | - |
| YUV | 152.65 | 66.68 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 44 | 0.46 | 0 | 0.78 | 0.23 | 95.29 | 0.63 | 0.47 |
| Hex | 6B | C5 | 2C | 2E | 0 | 4E | 17 | 5F | 3F | 2F |
| Octal | 153 | 305 | 54 | 56 | 0 | 116 | 27 | 137 | 77 | 57 |
| Binary | 1101011 | 11000101 | 101100 | 101110 | 0 | 1001110 | 10111 | 1011111 | 111111 | 101111 |
Color Harmonies of #6BC52C
Complementary color
Monochromatic Colors of #6BC52C
Black with #6BC52C
Text Example
Text Example
White with #6BC52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC52C; }
p { color: rgb(107,197,44); }
H1.HeaderClassName
{
color: #6BC52C;
}
.AnyTagClassName
{
color: #6BC52C;
}
</style>
background-color css
<style>
a { background-color: #6BC52C; }
a { background-color: rgb(107,197,44); }
div.DivClassName
{
background-color: #6BC52C;
}
.BgClassName
{
background-color: #6BC52C;
}
</style>
border-color css
<style>
span { border-color: #6BC52C; }
span { border-color: rgb(107,197,44); }
td.TdClassName
{
border-color: #6BC52C;
}
.TagClassName
{
border-color: #6BC52C;
}
</style>