Shades of Apple #6BC535
Tints of Apple #6BC535
RGB
CMYK
RGB Variations
Color information
#6BC535 (or 0x6BC535) is known color: Apple. HEX triplet: 6B, C5 and 35. RGB value is (107,197,53). Sum of RGB (Red+Green+Blue) = 107+197+53=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC535 is #943ACA. Grayscale: #9A9A9A. Windows color (decimal): -9714379 or 3523947. OLE color: 3523947.
HSL color Cylindrical-coordinate representation of color #6BC535: hue angle of 97.5º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6BC535 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 53 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.23 |
| HSL | 97.5º | 0.58% | 0.49% | - |
| HSV(B) | 97.5º | 0.73% | 0.77% | - |
| XYZ | 26.67 | 43.32 | 10.32 | - |
| YUV | 153.67 | 71.18 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 53 | 0.46 | 0 | 0.73 | 0.23 | 97.5 | 0.58 | 0.49 |
| Hex | 6B | C5 | 35 | 2E | 0 | 49 | 17 | 62 | 3A | 31 |
| Octal | 153 | 305 | 65 | 56 | 0 | 111 | 27 | 142 | 72 | 61 |
| Binary | 1101011 | 11000101 | 110101 | 101110 | 0 | 1001001 | 10111 | 1100010 | 111010 | 110001 |
Color Harmonies of #6BC535
Complementary color
Monochromatic Colors of #6BC535
Black with #6BC535
Text Example
Text Example
White with #6BC535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC535; }
p { color: rgb(107,197,53); }
H1.HeaderClassName
{
color: #6BC535;
}
.AnyTagClassName
{
color: #6BC535;
}
</style>
background-color css
<style>
a { background-color: #6BC535; }
a { background-color: rgb(107,197,53); }
div.DivClassName
{
background-color: #6BC535;
}
.BgClassName
{
background-color: #6BC535;
}
</style>
border-color css
<style>
span { border-color: #6BC535; }
span { border-color: rgb(107,197,53); }
td.TdClassName
{
border-color: #6BC535;
}
.TagClassName
{
border-color: #6BC535;
}
</style>