Shades of Apple #5BC64A
Tints of Apple #5BC64A
RGB
CMYK
RGB Variations
Color information
#5BC64A (or 0x5BC64A) is known color: Apple. HEX triplet: 5B, C6 and 4A. RGB value is (91,198,74). Sum of RGB (Red+Green+Blue) = 91+198+74=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 198 (77.73% from 255 or 54.55% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 198 - color contains mainly: green. Hex color #5BC64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC64A is #A439B5. Grayscale: #989898. Windows color (decimal): -10762678 or 4900443. OLE color: 4900443.
HSL color Cylindrical-coordinate representation of color #5BC64A: hue angle of 111.77º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BC64A is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 91 | 198 | 74 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.22 |
| HSL | 111.77º | 0.52% | 0.53% | - |
| HSV(B) | 111.77º | 0.63% | 0.78% | - |
| XYZ | 25.74 | 43.11 | 13.44 | - |
| YUV | 151.87 | 84.05 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 198 | 74 | 0.54 | 0 | 0.63 | 0.22 | 111.77 | 0.52 | 0.53 |
| Hex | 5B | C6 | 4A | 36 | 0 | 3F | 16 | 70 | 34 | 35 |
| Octal | 133 | 306 | 112 | 66 | 0 | 77 | 26 | 160 | 64 | 65 |
| Binary | 1011011 | 11000110 | 1001010 | 110110 | 0 | 111111 | 10110 | 1110000 | 110100 | 110101 |
Color Harmonies of #5BC64A
Complementary color
Monochromatic Colors of #5BC64A
Black with #5BC64A
Text Example
Text Example
White with #5BC64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC64A; }
p { color: rgb(91,198,74); }
H1.HeaderClassName
{
color: #5BC64A;
}
.AnyTagClassName
{
color: #5BC64A;
}
</style>
background-color css
<style>
a { background-color: #5BC64A; }
a { background-color: rgb(91,198,74); }
div.DivClassName
{
background-color: #5BC64A;
}
.BgClassName
{
background-color: #5BC64A;
}
</style>
border-color css
<style>
span { border-color: #5BC64A; }
span { border-color: rgb(91,198,74); }
td.TdClassName
{
border-color: #5BC64A;
}
.TagClassName
{
border-color: #5BC64A;
}
</style>