Shades of Apple #5BC434
Tints of Apple #5BC434
RGB
CMYK
RGB Variations
Color information
#5BC434 (or 0x5BC434) is known color: Apple. HEX triplet: 5B, C4 and 34. RGB value is (91,196,52). Sum of RGB (Red+Green+Blue) = 91+196+52=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 196 (76.95% from 255 or 57.82% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 196 - color contains mainly: green. Hex color #5BC434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC434 is #A43BCB. Grayscale: #949494. Windows color (decimal): -10763212 or 3458139. OLE color: 3458139.
HSL color Cylindrical-coordinate representation of color #5BC434: hue angle of 103.75º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5BC434 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 91 | 196 | 52 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.23 |
| HSL | 103.75º | 0.58% | 0.49% | - |
| HSV(B) | 103.75º | 0.73% | 0.77% | - |
| XYZ | 24.67 | 41.95 | 10.05 | - |
| YUV | 148.19 | 73.71 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 196 | 52 | 0.54 | 0 | 0.73 | 0.23 | 103.75 | 0.58 | 0.49 |
| Hex | 5B | C4 | 34 | 36 | 0 | 49 | 17 | 68 | 3A | 31 |
| Octal | 133 | 304 | 64 | 66 | 0 | 111 | 27 | 150 | 72 | 61 |
| Binary | 1011011 | 11000100 | 110100 | 110110 | 0 | 1001001 | 10111 | 1101000 | 111010 | 110001 |
Color Harmonies of #5BC434
Complementary color
Monochromatic Colors of #5BC434
Black with #5BC434
Text Example
Text Example
White with #5BC434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC434; }
p { color: rgb(91,196,52); }
H1.HeaderClassName
{
color: #5BC434;
}
.AnyTagClassName
{
color: #5BC434;
}
</style>
background-color css
<style>
a { background-color: #5BC434; }
a { background-color: rgb(91,196,52); }
div.DivClassName
{
background-color: #5BC434;
}
.BgClassName
{
background-color: #5BC434;
}
</style>
border-color css
<style>
span { border-color: #5BC434; }
span { border-color: rgb(91,196,52); }
td.TdClassName
{
border-color: #5BC434;
}
.TagClassName
{
border-color: #5BC434;
}
</style>