Shades of Apple #5BCD33
Tints of Apple #5BCD33
RGB
CMYK
RGB Variations
Color information
#5BCD33 (or 0x5BCD33) is known color: Apple. HEX triplet: 5B, CD and 33. RGB value is (91,205,51). Sum of RGB (Red+Green+Blue) = 91+205+51=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 205 (80.47% from 255 or 59.08% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCD33 is #A432CC. Grayscale: #999999. Windows color (decimal): -10760909 or 3394907. OLE color: 3394907.
HSL color Cylindrical-coordinate representation of color #5BCD33: hue angle of 104.42º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5BCD33 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 205 | 51 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.20 |
| HSL | 104.42º | 0.61% | 0.5% | - |
| HSV(B) | 104.42º | 0.75% | 0.8% | - |
| XYZ | 26.74 | 46.13 | 10.63 | - |
| YUV | 153.36 | 70.23 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 51 | 0.56 | 0 | 0.75 | 0.20 | 104.42 | 0.61 | 0.5 |
| Hex | 5B | CD | 33 | 38 | 0 | 4B | 14 | 68 | 3D | 32 |
| Octal | 133 | 315 | 63 | 70 | 0 | 113 | 24 | 150 | 75 | 62 |
| Binary | 1011011 | 11001101 | 110011 | 111000 | 0 | 1001011 | 10100 | 1101000 | 111101 | 110010 |
Color Harmonies of #5BCD33
Complementary color
Monochromatic Colors of #5BCD33
Black with #5BCD33
Text Example
Text Example
White with #5BCD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCD33; }
p { color: rgb(91,205,51); }
H1.HeaderClassName
{
color: #5BCD33;
}
.AnyTagClassName
{
color: #5BCD33;
}
</style>
background-color css
<style>
a { background-color: #5BCD33; }
a { background-color: rgb(91,205,51); }
div.DivClassName
{
background-color: #5BCD33;
}
.BgClassName
{
background-color: #5BCD33;
}
</style>
border-color css
<style>
span { border-color: #5BCD33; }
span { border-color: rgb(91,205,51); }
td.TdClassName
{
border-color: #5BCD33;
}
.TagClassName
{
border-color: #5BCD33;
}
</style>