Shades of Apple #6BC135
Tints of Apple #6BC135
RGB
CMYK
RGB Variations
Color information
#6BC135 (or 0x6BC135) is known color: Apple. HEX triplet: 6B, C1 and 35. RGB value is (107,193,53). Sum of RGB (Red+Green+Blue) = 107+193+53=353 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.31% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #6BC135 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC135 is #943ECA. Grayscale: #979797. Windows color (decimal): -9715403 or 3522923. OLE color: 3522923.
HSL color Cylindrical-coordinate representation of color #6BC135: hue angle of 96.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6BC135 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 193 | 53 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.24 |
| HSL | 96.86º | 0.57% | 0.48% | - |
| HSV(B) | 96.86º | 0.73% | 0.76% | - |
| XYZ | 25.78 | 41.52 | 10.02 | - |
| YUV | 151.33 | 72.51 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 193 | 53 | 0.45 | 0 | 0.73 | 0.24 | 96.86 | 0.57 | 0.48 |
| Hex | 6B | C1 | 35 | 2D | 0 | 49 | 18 | 61 | 39 | 30 |
| Octal | 153 | 301 | 65 | 55 | 0 | 111 | 30 | 141 | 71 | 60 |
| Binary | 1101011 | 11000001 | 110101 | 101101 | 0 | 1001001 | 11000 | 1100001 | 111001 | 110000 |
Color Harmonies of #6BC135
Complementary color
Monochromatic Colors of #6BC135
Black with #6BC135
Text Example
Text Example
White with #6BC135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC135; }
p { color: rgb(107,193,53); }
H1.HeaderClassName
{
color: #6BC135;
}
.AnyTagClassName
{
color: #6BC135;
}
</style>
background-color css
<style>
a { background-color: #6BC135; }
a { background-color: rgb(107,193,53); }
div.DivClassName
{
background-color: #6BC135;
}
.BgClassName
{
background-color: #6BC135;
}
</style>
border-color css
<style>
span { border-color: #6BC135; }
span { border-color: rgb(107,193,53); }
td.TdClassName
{
border-color: #6BC135;
}
.TagClassName
{
border-color: #6BC135;
}
</style>