Shades of Apple #6BCD45
Tints of Apple #6BCD45
RGB
CMYK
RGB Variations
Color information
#6BCD45 (or 0x6BCD45) is known color: Apple. HEX triplet: 6B, CD and 45. RGB value is (107,205,69). Sum of RGB (Red+Green+Blue) = 107+205+69=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCD45 is #9432BA. Grayscale: #A0A0A0. Windows color (decimal): -9712315 or 4574571. OLE color: 4574571.
HSL color Cylindrical-coordinate representation of color #6BCD45: hue angle of 103.24º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6BCD45 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 69 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.20 |
| HSL | 103.24º | 0.58% | 0.54% | - |
| HSV(B) | 103.24º | 0.66% | 0.8% | - |
| XYZ | 28.97 | 47.22 | 13.22 | - |
| YUV | 160.19 | 76.53 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 69 | 0.48 | 0 | 0.66 | 0.20 | 103.24 | 0.58 | 0.54 |
| Hex | 6B | CD | 45 | 30 | 0 | 42 | 14 | 67 | 3A | 36 |
| Octal | 153 | 315 | 105 | 60 | 0 | 102 | 24 | 147 | 72 | 66 |
| Binary | 1101011 | 11001101 | 1000101 | 110000 | 0 | 1000010 | 10100 | 1100111 | 111010 | 110110 |
Color Harmonies of #6BCD45
Complementary color
Monochromatic Colors of #6BCD45
Black with #6BCD45
Text Example
Text Example
White with #6BCD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCD45; }
p { color: rgb(107,205,69); }
H1.HeaderClassName
{
color: #6BCD45;
}
.AnyTagClassName
{
color: #6BCD45;
}
</style>
background-color css
<style>
a { background-color: #6BCD45; }
a { background-color: rgb(107,205,69); }
div.DivClassName
{
background-color: #6BCD45;
}
.BgClassName
{
background-color: #6BCD45;
}
</style>
border-color css
<style>
span { border-color: #6BCD45; }
span { border-color: rgb(107,205,69); }
td.TdClassName
{
border-color: #6BCD45;
}
.TagClassName
{
border-color: #6BCD45;
}
</style>