Shades of Apple #5BC030
Tints of Apple #5BC030
RGB
CMYK
RGB Variations
Color information
#5BC030 (or 0x5BC030) is known color: Apple. HEX triplet: 5B, C0 and 30. RGB value is (91,192,48). Sum of RGB (Red+Green+Blue) = 91+192+48=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC030 is #A43FCF. Grayscale: #919191. Windows color (decimal): -10764240 or 3194971. OLE color: 3194971.
HSL color Cylindrical-coordinate representation of color #5BC030: hue angle of 102.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5BC030 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 48 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.25 |
| HSL | 102.08º | 0.6% | 0.47% | - |
| HSV(B) | 102.08º | 0.75% | 0.75% | - |
| XYZ | 23.7 | 40.14 | 9.29 | - |
| YUV | 145.39 | 73.04 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 48 | 0.53 | 0 | 0.75 | 0.25 | 102.08 | 0.6 | 0.47 |
| Hex | 5B | C0 | 30 | 35 | 0 | 4B | 19 | 66 | 3C | 2F |
| Octal | 133 | 300 | 60 | 65 | 0 | 113 | 31 | 146 | 74 | 57 |
| Binary | 1011011 | 11000000 | 110000 | 110101 | 0 | 1001011 | 11001 | 1100110 | 111100 | 101111 |
Color Harmonies of #5BC030
Complementary color
Monochromatic Colors of #5BC030
Black with #5BC030
Text Example
Text Example
White with #5BC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC030; }
p { color: rgb(91,192,48); }
H1.HeaderClassName
{
color: #5BC030;
}
.AnyTagClassName
{
color: #5BC030;
}
</style>
background-color css
<style>
a { background-color: #5BC030; }
a { background-color: rgb(91,192,48); }
div.DivClassName
{
background-color: #5BC030;
}
.BgClassName
{
background-color: #5BC030;
}
</style>
border-color css
<style>
span { border-color: #5BC030; }
span { border-color: rgb(91,192,48); }
td.TdClassName
{
border-color: #5BC030;
}
.TagClassName
{
border-color: #5BC030;
}
</style>