Shades of Apple #5BC03F
Tints of Apple #5BC03F
RGB
CMYK
RGB Variations
Color information
#5BC03F (or 0x5BC03F) is known color: Apple. HEX triplet: 5B, C0 and 3F. RGB value is (91,192,63). Sum of RGB (Red+Green+Blue) = 91+192+63=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC03F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC03F is #A43FC0. Grayscale: #939393. Windows color (decimal): -10764225 or 4178011. OLE color: 4178011.
HSL color Cylindrical-coordinate representation of color #5BC03F: hue angle of 106.98º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5BC03F is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 63 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.25 |
| HSL | 106.98º | 0.51% | 0.5% | - |
| HSV(B) | 106.98º | 0.67% | 0.75% | - |
| XYZ | 24.06 | 40.28 | 11.21 | - |
| YUV | 147.1 | 80.54 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 63 | 0.53 | 0 | 0.67 | 0.25 | 106.98 | 0.51 | 0.5 |
| Hex | 5B | C0 | 3F | 35 | 0 | 43 | 19 | 6B | 33 | 32 |
| Octal | 133 | 300 | 77 | 65 | 0 | 103 | 31 | 153 | 63 | 62 |
| Binary | 1011011 | 11000000 | 111111 | 110101 | 0 | 1000011 | 11001 | 1101011 | 110011 | 110010 |
Color Harmonies of #5BC03F
Complementary color
Monochromatic Colors of #5BC03F
Black with #5BC03F
Text Example
Text Example
White with #5BC03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC03F; }
p { color: rgb(91,192,63); }
H1.HeaderClassName
{
color: #5BC03F;
}
.AnyTagClassName
{
color: #5BC03F;
}
</style>
background-color css
<style>
a { background-color: #5BC03F; }
a { background-color: rgb(91,192,63); }
div.DivClassName
{
background-color: #5BC03F;
}
.BgClassName
{
background-color: #5BC03F;
}
</style>
border-color css
<style>
span { border-color: #5BC03F; }
span { border-color: rgb(91,192,63); }
td.TdClassName
{
border-color: #5BC03F;
}
.TagClassName
{
border-color: #5BC03F;
}
</style>