Shades of Apple #5DC83B
Tints of Apple #5DC83B
RGB
CMYK
RGB Variations
Color information
#5DC83B (or 0x5DC83B) is known color: Apple. HEX triplet: 5D, C8 and 3B. RGB value is (93,200,59). Sum of RGB (Red+Green+Blue) = 93+200+59=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 200 (78.52% from 255 or 56.82% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 200 - color contains mainly: green. Hex color #5DC83B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC83B is #A237C4. Grayscale: #989898. Windows color (decimal): -10631109 or 3917917. OLE color: 3917917.
HSL color Cylindrical-coordinate representation of color #5DC83B: hue angle of 105.53º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DC83B is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 200 | 59 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.22 |
| HSL | 105.53º | 0.56% | 0.51% | - |
| HSV(B) | 105.53º | 0.71% | 0.78% | - |
| XYZ | 25.96 | 43.95 | 11.25 | - |
| YUV | 151.93 | 75.55 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 200 | 59 | 0.54 | 0 | 0.70 | 0.22 | 105.53 | 0.56 | 0.51 |
| Hex | 5D | C8 | 3B | 36 | 0 | 46 | 16 | 6A | 38 | 33 |
| Octal | 135 | 310 | 73 | 66 | 0 | 106 | 26 | 152 | 70 | 63 |
| Binary | 1011101 | 11001000 | 111011 | 110110 | 0 | 1000110 | 10110 | 1101010 | 111000 | 110011 |
Color Harmonies of #5DC83B
Complementary color
Monochromatic Colors of #5DC83B
Black with #5DC83B
Text Example
Text Example
White with #5DC83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC83B; }
p { color: rgb(93,200,59); }
H1.HeaderClassName
{
color: #5DC83B;
}
.AnyTagClassName
{
color: #5DC83B;
}
</style>
background-color css
<style>
a { background-color: #5DC83B; }
a { background-color: rgb(93,200,59); }
div.DivClassName
{
background-color: #5DC83B;
}
.BgClassName
{
background-color: #5DC83B;
}
</style>
border-color css
<style>
span { border-color: #5DC83B; }
span { border-color: rgb(93,200,59); }
td.TdClassName
{
border-color: #5DC83B;
}
.TagClassName
{
border-color: #5DC83B;
}
</style>