Shades of Apple #5DC73A
Tints of Apple #5DC73A
RGB
CMYK
RGB Variations
Color information
#5DC73A (or 0x5DC73A) is known color: Apple. HEX triplet: 5D, C7 and 3A. RGB value is (93,199,58). Sum of RGB (Red+Green+Blue) = 93+199+58=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 199 (78.12% from 255 or 56.86% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 199 - color contains mainly: green. Hex color #5DC73A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC73A is #A238C5. Grayscale: #979797. Windows color (decimal): -10631366 or 3852125. OLE color: 3852125.
HSL color Cylindrical-coordinate representation of color #5DC73A: hue angle of 105.11º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DC73A is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 199 | 58 | - |
| CMYK | 0.53 | 0 | 0.71 | 0.22 |
| HSL | 105.11º | 0.56% | 0.5% | - |
| HSV(B) | 105.11º | 0.71% | 0.78% | - |
| XYZ | 25.7 | 43.48 | 11.04 | - |
| YUV | 151.23 | 75.38 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 199 | 58 | 0.53 | 0 | 0.71 | 0.22 | 105.11 | 0.56 | 0.5 |
| Hex | 5D | C7 | 3A | 35 | 0 | 47 | 16 | 69 | 38 | 32 |
| Octal | 135 | 307 | 72 | 65 | 0 | 107 | 26 | 151 | 70 | 62 |
| Binary | 1011101 | 11000111 | 111010 | 110101 | 0 | 1000111 | 10110 | 1101001 | 111000 | 110010 |
Color Harmonies of #5DC73A
Complementary color
Monochromatic Colors of #5DC73A
Black with #5DC73A
Text Example
Text Example
White with #5DC73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC73A; }
p { color: rgb(93,199,58); }
H1.HeaderClassName
{
color: #5DC73A;
}
.AnyTagClassName
{
color: #5DC73A;
}
</style>
background-color css
<style>
a { background-color: #5DC73A; }
a { background-color: rgb(93,199,58); }
div.DivClassName
{
background-color: #5DC73A;
}
.BgClassName
{
background-color: #5DC73A;
}
</style>
border-color css
<style>
span { border-color: #5DC73A; }
span { border-color: rgb(93,199,58); }
td.TdClassName
{
border-color: #5DC73A;
}
.TagClassName
{
border-color: #5DC73A;
}
</style>