Shades of Apple #6BD533
Tints of Apple #6BD533
RGB
CMYK
RGB Variations
Color information
#6BD533 (or 0x6BD533) is known color: Apple. HEX triplet: 6B, D5 and 33. RGB value is (107,213,51). Sum of RGB (Red+Green+Blue) = 107+213+51=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #6BD533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BD533 is #942ACC. Grayscale: #A3A3A3. Windows color (decimal): -9710285 or 3396971. OLE color: 3396971.
HSL color Cylindrical-coordinate representation of color #6BD533: hue angle of 99.26º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6BD533 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 213 | 51 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.16 |
| HSL | 99.26º | 0.66% | 0.52% | - |
| HSV(B) | 99.26º | 0.76% | 0.84% | - |
| XYZ | 30.46 | 50.95 | 11.36 | - |
| YUV | 162.84 | 64.88 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 213 | 51 | 0.50 | 0 | 0.76 | 0.16 | 99.26 | 0.66 | 0.52 |
| Hex | 6B | D5 | 33 | 32 | 0 | 4C | 10 | 63 | 42 | 34 |
| Octal | 153 | 325 | 63 | 62 | 0 | 114 | 20 | 143 | 102 | 64 |
| Binary | 1101011 | 11010101 | 110011 | 110010 | 0 | 1001100 | 10000 | 1100011 | 1000010 | 110100 |
Color Harmonies of #6BD533
Complementary color
Monochromatic Colors of #6BD533
Black with #6BD533
Text Example
Text Example
White with #6BD533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD533; }
p { color: rgb(107,213,51); }
H1.HeaderClassName
{
color: #6BD533;
}
.AnyTagClassName
{
color: #6BD533;
}
</style>
background-color css
<style>
a { background-color: #6BD533; }
a { background-color: rgb(107,213,51); }
div.DivClassName
{
background-color: #6BD533;
}
.BgClassName
{
background-color: #6BD533;
}
</style>
border-color css
<style>
span { border-color: #6BD533; }
span { border-color: rgb(107,213,51); }
td.TdClassName
{
border-color: #6BD533;
}
.TagClassName
{
border-color: #6BD533;
}
</style>