Shades of Apple #5DC83D
Tints of Apple #5DC83D
RGB
CMYK
RGB Variations
Color information
#5DC83D (or 0x5DC83D) is known color: Apple. HEX triplet: 5D, C8 and 3D. RGB value is (93,200,61). Sum of RGB (Red+Green+Blue) = 93+200+61=354 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.27% from 354); Green value is 200 (78.52% from 255 or 56.50% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 200 - color contains mainly: green. Hex color #5DC83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC83D is #A237C2. Grayscale: #989898. Windows color (decimal): -10631107 or 4048989. OLE color: 4048989.
HSL color Cylindrical-coordinate representation of color #5DC83D: hue angle of 106.19º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DC83D is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 200 | 61 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.22 |
| HSL | 106.19º | 0.56% | 0.51% | - |
| HSV(B) | 106.19º | 0.7% | 0.78% | - |
| XYZ | 26.01 | 43.97 | 11.53 | - |
| YUV | 152.16 | 76.55 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 200 | 61 | 0.54 | 0 | 0.69 | 0.22 | 106.19 | 0.56 | 0.51 |
| Hex | 5D | C8 | 3D | 36 | 0 | 45 | 16 | 6A | 38 | 33 |
| Octal | 135 | 310 | 75 | 66 | 0 | 105 | 26 | 152 | 70 | 63 |
| Binary | 1011101 | 11001000 | 111101 | 110110 | 0 | 1000101 | 10110 | 1101010 | 111000 | 110011 |
Color Harmonies of #5DC83D
Complementary color
Monochromatic Colors of #5DC83D
Black with #5DC83D
Text Example
Text Example
White with #5DC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC83D; }
p { color: rgb(93,200,61); }
H1.HeaderClassName
{
color: #5DC83D;
}
.AnyTagClassName
{
color: #5DC83D;
}
</style>
background-color css
<style>
a { background-color: #5DC83D; }
a { background-color: rgb(93,200,61); }
div.DivClassName
{
background-color: #5DC83D;
}
.BgClassName
{
background-color: #5DC83D;
}
</style>
border-color css
<style>
span { border-color: #5DC83D; }
span { border-color: rgb(93,200,61); }
td.TdClassName
{
border-color: #5DC83D;
}
.TagClassName
{
border-color: #5DC83D;
}
</style>