Shades of Apple #5BD04B
Tints of Apple #5BD04B
RGB
CMYK
RGB Variations
Color information
#5BD04B (or 0x5BD04B) is known color: Apple. HEX triplet: 5B, D0 and 4B. RGB value is (91,208,75). Sum of RGB (Red+Green+Blue) = 91+208+75=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #5BD04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD04B is #A42FB4. Grayscale: #9E9E9E. Windows color (decimal): -10760117 or 4968539. OLE color: 4968539.
HSL color Cylindrical-coordinate representation of color #5BD04B: hue angle of 112.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BD04B is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 208 | 75 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.18 |
| HSL | 112.78º | 0.59% | 0.55% | - |
| HSV(B) | 112.78º | 0.64% | 0.82% | - |
| XYZ | 28.14 | 47.84 | 14.41 | - |
| YUV | 157.86 | 81.24 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 208 | 75 | 0.56 | 0 | 0.64 | 0.18 | 112.78 | 0.59 | 0.55 |
| Hex | 5B | D0 | 4B | 38 | 0 | 40 | 12 | 71 | 3B | 37 |
| Octal | 133 | 320 | 113 | 70 | 0 | 100 | 22 | 161 | 73 | 67 |
| Binary | 1011011 | 11010000 | 1001011 | 111000 | 0 | 1000000 | 10010 | 1110001 | 111011 | 110111 |
Color Harmonies of #5BD04B
Complementary color
Monochromatic Colors of #5BD04B
Black with #5BD04B
Text Example
Text Example
White with #5BD04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD04B; }
p { color: rgb(91,208,75); }
H1.HeaderClassName
{
color: #5BD04B;
}
.AnyTagClassName
{
color: #5BD04B;
}
</style>
background-color css
<style>
a { background-color: #5BD04B; }
a { background-color: rgb(91,208,75); }
div.DivClassName
{
background-color: #5BD04B;
}
.BgClassName
{
background-color: #5BD04B;
}
</style>
border-color css
<style>
span { border-color: #5BD04B; }
span { border-color: rgb(91,208,75); }
td.TdClassName
{
border-color: #5BD04B;
}
.TagClassName
{
border-color: #5BD04B;
}
</style>