Shades of Apple #6CBD45
Tints of Apple #6CBD45
RGB
CMYK
RGB Variations
Color information
#6CBD45 (or 0x6CBD45) is known color: Apple. HEX triplet: 6C, BD and 45. RGB value is (108,189,69). Sum of RGB (Red+Green+Blue) = 108+189+69=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 189 (74.22% from 255 or 51.64% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBD45 is #9342BA. Grayscale: #979797. Windows color (decimal): -9650875 or 4570476. OLE color: 4570476.
HSL color Cylindrical-coordinate representation of color #6CBD45: hue angle of 100.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6CBD45 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 189 | 69 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.26 |
| HSL | 100.5º | 0.48% | 0.51% | - |
| HSV(B) | 100.5º | 0.63% | 0.74% | - |
| XYZ | 25.46 | 40.01 | 12.01 | - |
| YUV | 151.1 | 81.66 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 189 | 69 | 0.43 | 0 | 0.63 | 0.26 | 100.5 | 0.48 | 0.51 |
| Hex | 6C | BD | 45 | 2B | 0 | 3F | 1A | 64 | 30 | 33 |
| Octal | 154 | 275 | 105 | 53 | 0 | 77 | 32 | 144 | 60 | 63 |
| Binary | 1101100 | 10111101 | 1000101 | 101011 | 0 | 111111 | 11010 | 1100100 | 110000 | 110011 |
Color Harmonies of #6CBD45
Complementary color
Monochromatic Colors of #6CBD45
Black with #6CBD45
Text Example
Text Example
White with #6CBD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBD45; }
p { color: rgb(108,189,69); }
H1.HeaderClassName
{
color: #6CBD45;
}
.AnyTagClassName
{
color: #6CBD45;
}
</style>
background-color css
<style>
a { background-color: #6CBD45; }
a { background-color: rgb(108,189,69); }
div.DivClassName
{
background-color: #6CBD45;
}
.BgClassName
{
background-color: #6CBD45;
}
</style>
border-color css
<style>
span { border-color: #6CBD45; }
span { border-color: rgb(108,189,69); }
td.TdClassName
{
border-color: #6CBD45;
}
.TagClassName
{
border-color: #6CBD45;
}
</style>