Shades of Apple #6BD144
Tints of Apple #6BD144
RGB
CMYK
RGB Variations
Color information
#6BD144 (or 0x6BD144) is known color: Apple. HEX triplet: 6B, D1 and 44. RGB value is (107,209,68). Sum of RGB (Red+Green+Blue) = 107+209+68=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 209 (82.03% from 255 or 54.43% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 209 - color contains mainly: green. Hex color #6BD144 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BD144 is #942EBB. Grayscale: #A2A2A2. Windows color (decimal): -9711292 or 4510059. OLE color: 4510059.
HSL color Cylindrical-coordinate representation of color #6BD144: hue angle of 103.4º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6BD144 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 209 | 68 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.18 |
| HSL | 103.4º | 0.61% | 0.54% | - |
| HSV(B) | 103.4º | 0.67% | 0.82% | - |
| XYZ | 29.91 | 49.14 | 13.38 | - |
| YUV | 162.43 | 74.71 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 209 | 68 | 0.49 | 0 | 0.67 | 0.18 | 103.4 | 0.61 | 0.54 |
| Hex | 6B | D1 | 44 | 31 | 0 | 43 | 12 | 67 | 3D | 36 |
| Octal | 153 | 321 | 104 | 61 | 0 | 103 | 22 | 147 | 75 | 66 |
| Binary | 1101011 | 11010001 | 1000100 | 110001 | 0 | 1000011 | 10010 | 1100111 | 111101 | 110110 |
Color Harmonies of #6BD144
Complementary color
Monochromatic Colors of #6BD144
Black with #6BD144
Text Example
Text Example
White with #6BD144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD144; }
p { color: rgb(107,209,68); }
H1.HeaderClassName
{
color: #6BD144;
}
.AnyTagClassName
{
color: #6BD144;
}
</style>
background-color css
<style>
a { background-color: #6BD144; }
a { background-color: rgb(107,209,68); }
div.DivClassName
{
background-color: #6BD144;
}
.BgClassName
{
background-color: #6BD144;
}
</style>
border-color css
<style>
span { border-color: #6BD144; }
span { border-color: rgb(107,209,68); }
td.TdClassName
{
border-color: #6BD144;
}
.TagClassName
{
border-color: #6BD144;
}
</style>