Shades of Apple #6BD132
Tints of Apple #6BD132
RGB
CMYK
RGB Variations
Color information
#6BD132 (or 0x6BD132) is known color: Apple. HEX triplet: 6B, D1 and 32. RGB value is (107,209,50). Sum of RGB (Red+Green+Blue) = 107+209+50=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 209 (82.03% from 255 or 57.10% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 209 - color contains mainly: green. Hex color #6BD132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BD132 is #942ECD. Grayscale: #A0A0A0. Windows color (decimal): -9711310 or 3330411. OLE color: 3330411.
HSL color Cylindrical-coordinate representation of color #6BD132: hue angle of 98.49º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6BD132 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 209 | 50 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.18 |
| HSL | 98.49º | 0.63% | 0.51% | - |
| HSV(B) | 98.49º | 0.76% | 0.82% | - |
| XYZ | 29.44 | 48.96 | 10.92 | - |
| YUV | 160.38 | 65.71 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 209 | 50 | 0.49 | 0 | 0.76 | 0.18 | 98.49 | 0.63 | 0.51 |
| Hex | 6B | D1 | 32 | 31 | 0 | 4C | 12 | 62 | 3F | 33 |
| Octal | 153 | 321 | 62 | 61 | 0 | 114 | 22 | 142 | 77 | 63 |
| Binary | 1101011 | 11010001 | 110010 | 110001 | 0 | 1001100 | 10010 | 1100010 | 111111 | 110011 |
Color Harmonies of #6BD132
Complementary color
Monochromatic Colors of #6BD132
Black with #6BD132
Text Example
Text Example
White with #6BD132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD132; }
p { color: rgb(107,209,50); }
H1.HeaderClassName
{
color: #6BD132;
}
.AnyTagClassName
{
color: #6BD132;
}
</style>
background-color css
<style>
a { background-color: #6BD132; }
a { background-color: rgb(107,209,50); }
div.DivClassName
{
background-color: #6BD132;
}
.BgClassName
{
background-color: #6BD132;
}
</style>
border-color css
<style>
span { border-color: #6BD132; }
span { border-color: rgb(107,209,50); }
td.TdClassName
{
border-color: #6BD132;
}
.TagClassName
{
border-color: #6BD132;
}
</style>