Shades of Apple #5DCB4B
Tints of Apple #5DCB4B
RGB
CMYK
RGB Variations
Color information
#5DCB4B (or 0x5DCB4B) is known color: Apple. HEX triplet: 5D, CB and 4B. RGB value is (93,203,75). Sum of RGB (Red+Green+Blue) = 93+203+75=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 203 (79.69% from 255 or 54.72% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCB4B is #A234B4. Grayscale: #9B9B9B. Windows color (decimal): -10630325 or 4967261. OLE color: 4967261.
HSL color Cylindrical-coordinate representation of color #5DCB4B: hue angle of 111.56º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DCB4B is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 203 | 75 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.20 |
| HSL | 111.56º | 0.55% | 0.55% | - |
| HSV(B) | 111.56º | 0.63% | 0.8% | - |
| XYZ | 27.14 | 45.55 | 14.02 | - |
| YUV | 155.52 | 82.56 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 75 | 0.54 | 0 | 0.63 | 0.20 | 111.56 | 0.55 | 0.55 |
| Hex | 5D | CB | 4B | 36 | 0 | 3F | 14 | 70 | 37 | 37 |
| Octal | 135 | 313 | 113 | 66 | 0 | 77 | 24 | 160 | 67 | 67 |
| Binary | 1011101 | 11001011 | 1001011 | 110110 | 0 | 111111 | 10100 | 1110000 | 110111 | 110111 |
Color Harmonies of #5DCB4B
Complementary color
Monochromatic Colors of #5DCB4B
Black with #5DCB4B
Text Example
Text Example
White with #5DCB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCB4B; }
p { color: rgb(93,203,75); }
H1.HeaderClassName
{
color: #5DCB4B;
}
.AnyTagClassName
{
color: #5DCB4B;
}
</style>
background-color css
<style>
a { background-color: #5DCB4B; }
a { background-color: rgb(93,203,75); }
div.DivClassName
{
background-color: #5DCB4B;
}
.BgClassName
{
background-color: #5DCB4B;
}
</style>
border-color css
<style>
span { border-color: #5DCB4B; }
span { border-color: rgb(93,203,75); }
td.TdClassName
{
border-color: #5DCB4B;
}
.TagClassName
{
border-color: #5DCB4B;
}
</style>