Shades of Apple #6CBD53
Tints of Apple #6CBD53
RGB
CMYK
RGB Variations
Color information
#6CBD53 (or 0x6CBD53) is known color: Apple. HEX triplet: 6C, BD and 53. RGB value is (108,189,83). Sum of RGB (Red+Green+Blue) = 108+189+83=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBD53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBD53 is #9342AC. Grayscale: #999999. Windows color (decimal): -9650861 or 5487980. OLE color: 5487980.
HSL color Cylindrical-coordinate representation of color #6CBD53: hue angle of 105.85º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CBD53 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 189 | 83 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.26 |
| HSL | 105.85º | 0.45% | 0.53% | - |
| HSV(B) | 105.85º | 0.56% | 0.74% | - |
| XYZ | 25.94 | 40.21 | 14.58 | - |
| YUV | 152.7 | 88.66 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 189 | 83 | 0.43 | 0 | 0.56 | 0.26 | 105.85 | 0.45 | 0.53 |
| Hex | 6C | BD | 53 | 2B | 0 | 38 | 1A | 6A | 2D | 35 |
| Octal | 154 | 275 | 123 | 53 | 0 | 70 | 32 | 152 | 55 | 65 |
| Binary | 1101100 | 10111101 | 1010011 | 101011 | 0 | 111000 | 11010 | 1101010 | 101101 | 110101 |
Color Harmonies of #6CBD53
Complementary color
Monochromatic Colors of #6CBD53
Black with #6CBD53
Text Example
Text Example
White with #6CBD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBD53; }
p { color: rgb(108,189,83); }
H1.HeaderClassName
{
color: #6CBD53;
}
.AnyTagClassName
{
color: #6CBD53;
}
</style>
background-color css
<style>
a { background-color: #6CBD53; }
a { background-color: rgb(108,189,83); }
div.DivClassName
{
background-color: #6CBD53;
}
.BgClassName
{
background-color: #6CBD53;
}
</style>
border-color css
<style>
span { border-color: #6CBD53; }
span { border-color: rgb(108,189,83); }
td.TdClassName
{
border-color: #6CBD53;
}
.TagClassName
{
border-color: #6CBD53;
}
</style>