Shades of Apple #5DC73E
Tints of Apple #5DC73E
RGB
CMYK
RGB Variations
Color information
#5DC73E (or 0x5DC73E) is known color: Apple. HEX triplet: 5D, C7 and 3E. RGB value is (93,199,62). Sum of RGB (Red+Green+Blue) = 93+199+62=354 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.27% from 354); Green value is 199 (78.12% from 255 or 56.21% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 199 - color contains mainly: green. Hex color #5DC73E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC73E is #A238C1. Grayscale: #989898. Windows color (decimal): -10631362 or 4114269. OLE color: 4114269.
HSL color Cylindrical-coordinate representation of color #5DC73E: hue angle of 106.42º degrees, saturation: 0.55, 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 #5DC73E is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 199 | 62 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.22 |
| HSL | 106.42º | 0.55% | 0.51% | - |
| HSV(B) | 106.42º | 0.69% | 0.78% | - |
| XYZ | 25.81 | 43.52 | 11.6 | - |
| YUV | 151.69 | 77.38 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 199 | 62 | 0.53 | 0 | 0.69 | 0.22 | 106.42 | 0.55 | 0.51 |
| Hex | 5D | C7 | 3E | 35 | 0 | 45 | 16 | 6A | 37 | 33 |
| Octal | 135 | 307 | 76 | 65 | 0 | 105 | 26 | 152 | 67 | 63 |
| Binary | 1011101 | 11000111 | 111110 | 110101 | 0 | 1000101 | 10110 | 1101010 | 110111 | 110011 |
Color Harmonies of #5DC73E
Complementary color
Monochromatic Colors of #5DC73E
Black with #5DC73E
Text Example
Text Example
White with #5DC73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC73E; }
p { color: rgb(93,199,62); }
H1.HeaderClassName
{
color: #5DC73E;
}
.AnyTagClassName
{
color: #5DC73E;
}
</style>
background-color css
<style>
a { background-color: #5DC73E; }
a { background-color: rgb(93,199,62); }
div.DivClassName
{
background-color: #5DC73E;
}
.BgClassName
{
background-color: #5DC73E;
}
</style>
border-color css
<style>
span { border-color: #5DC73E; }
span { border-color: rgb(93,199,62); }
td.TdClassName
{
border-color: #5DC73E;
}
.TagClassName
{
border-color: #5DC73E;
}
</style>