Shades of Apple #5BD443
Tints of Apple #5BD443
RGB
CMYK
RGB Variations
Color information
#5BD443 (or 0x5BD443) is known color: Apple. HEX triplet: 5B, D4 and 43. RGB value is (91,212,67). Sum of RGB (Red+Green+Blue) = 91+212+67=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 212 (83.20% from 255 or 57.30% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 212 - color contains mainly: green. Hex color #5BD443 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD443 is #A42BBC. Grayscale: #9F9F9F. Windows color (decimal): -10759101 or 4445275. OLE color: 4445275.
HSL color Cylindrical-coordinate representation of color #5BD443: hue angle of 110.07º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5BD443 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 91 | 212 | 67 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.17 |
| HSL | 110.07º | 0.63% | 0.55% | - |
| HSV(B) | 110.07º | 0.68% | 0.83% | - |
| XYZ | 28.87 | 49.72 | 13.38 | - |
| YUV | 159.29 | 75.91 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 212 | 67 | 0.57 | 0 | 0.68 | 0.17 | 110.07 | 0.63 | 0.55 |
| Hex | 5B | D4 | 43 | 39 | 0 | 44 | 11 | 6E | 3F | 37 |
| Octal | 133 | 324 | 103 | 71 | 0 | 104 | 21 | 156 | 77 | 67 |
| Binary | 1011011 | 11010100 | 1000011 | 111001 | 0 | 1000100 | 10001 | 1101110 | 111111 | 110111 |
Color Harmonies of #5BD443
Complementary color
Monochromatic Colors of #5BD443
Black with #5BD443
Text Example
Text Example
White with #5BD443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD443; }
p { color: rgb(91,212,67); }
H1.HeaderClassName
{
color: #5BD443;
}
.AnyTagClassName
{
color: #5BD443;
}
</style>
background-color css
<style>
a { background-color: #5BD443; }
a { background-color: rgb(91,212,67); }
div.DivClassName
{
background-color: #5BD443;
}
.BgClassName
{
background-color: #5BD443;
}
</style>
border-color css
<style>
span { border-color: #5BD443; }
span { border-color: rgb(91,212,67); }
td.TdClassName
{
border-color: #5BD443;
}
.TagClassName
{
border-color: #5BD443;
}
</style>