Shades of Apple #5BBC30
Tints of Apple #5BBC30
RGB
CMYK
RGB Variations
Color information
#5BBC30 (or 0x5BBC30) is known color: Apple. HEX triplet: 5B, BC and 30. RGB value is (91,188,48). Sum of RGB (Red+Green+Blue) = 91+188+48=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBC30 is #A443CF. Grayscale: #8F8F8F. Windows color (decimal): -10765264 or 3193947. OLE color: 3193947.
HSL color Cylindrical-coordinate representation of color #5BBC30: hue angle of 101.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5BBC30 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 48 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.26 |
| HSL | 101.57º | 0.59% | 0.46% | - |
| HSV(B) | 101.57º | 0.74% | 0.74% | - |
| XYZ | 22.83 | 38.4 | 9.01 | - |
| YUV | 143.04 | 74.36 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 48 | 0.52 | 0 | 0.74 | 0.26 | 101.57 | 0.59 | 0.46 |
| Hex | 5B | BC | 30 | 34 | 0 | 4A | 1A | 66 | 3B | 2E |
| Octal | 133 | 274 | 60 | 64 | 0 | 112 | 32 | 146 | 73 | 56 |
| Binary | 1011011 | 10111100 | 110000 | 110100 | 0 | 1001010 | 11010 | 1100110 | 111011 | 101110 |
Color Harmonies of #5BBC30
Complementary color
Monochromatic Colors of #5BBC30
Black with #5BBC30
Text Example
Text Example
White with #5BBC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC30; }
p { color: rgb(91,188,48); }
H1.HeaderClassName
{
color: #5BBC30;
}
.AnyTagClassName
{
color: #5BBC30;
}
</style>
background-color css
<style>
a { background-color: #5BBC30; }
a { background-color: rgb(91,188,48); }
div.DivClassName
{
background-color: #5BBC30;
}
.BgClassName
{
background-color: #5BBC30;
}
</style>
border-color css
<style>
span { border-color: #5BBC30; }
span { border-color: rgb(91,188,48); }
td.TdClassName
{
border-color: #5BBC30;
}
.TagClassName
{
border-color: #5BBC30;
}
</style>