Shades of Apple #6BD032
Tints of Apple #6BD032
RGB
CMYK
RGB Variations
Color information
#6BD032 (or 0x6BD032) is known color: Apple. HEX triplet: 6B, D0 and 32. RGB value is (107,208,50). Sum of RGB (Red+Green+Blue) = 107+208+50=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 208 (81.64% from 255 or 56.99% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BD032 is #942FCD. Grayscale: #A0A0A0. Windows color (decimal): -9711566 or 3330155. OLE color: 3330155.
HSL color Cylindrical-coordinate representation of color #6BD032: hue angle of 98.35º 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 #6BD032 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 208 | 50 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.18 |
| HSL | 98.35º | 0.63% | 0.51% | - |
| HSV(B) | 98.35º | 0.76% | 0.82% | - |
| XYZ | 29.2 | 48.47 | 10.83 | - |
| YUV | 159.79 | 66.04 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 208 | 50 | 0.49 | 0 | 0.76 | 0.18 | 98.35 | 0.63 | 0.51 |
| Hex | 6B | D0 | 32 | 31 | 0 | 4C | 12 | 62 | 3F | 33 |
| Octal | 153 | 320 | 62 | 61 | 0 | 114 | 22 | 142 | 77 | 63 |
| Binary | 1101011 | 11010000 | 110010 | 110001 | 0 | 1001100 | 10010 | 1100010 | 111111 | 110011 |
Color Harmonies of #6BD032
Complementary color
Monochromatic Colors of #6BD032
Black with #6BD032
Text Example
Text Example
White with #6BD032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD032; }
p { color: rgb(107,208,50); }
H1.HeaderClassName
{
color: #6BD032;
}
.AnyTagClassName
{
color: #6BD032;
}
</style>
background-color css
<style>
a { background-color: #6BD032; }
a { background-color: rgb(107,208,50); }
div.DivClassName
{
background-color: #6BD032;
}
.BgClassName
{
background-color: #6BD032;
}
</style>
border-color css
<style>
span { border-color: #6BD032; }
span { border-color: rgb(107,208,50); }
td.TdClassName
{
border-color: #6BD032;
}
.TagClassName
{
border-color: #6BD032;
}
</style>