Shades of Apple #5DC23B
Tints of Apple #5DC23B
RGB
CMYK
RGB Variations
Color information
#5DC23B (or 0x5DC23B) is known color: Apple. HEX triplet: 5D, C2 and 3B. RGB value is (93,194,59). Sum of RGB (Red+Green+Blue) = 93+194+59=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC23B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC23B is #A23DC4. Grayscale: #949494. Windows color (decimal): -10632645 or 3916381. OLE color: 3916381.
HSL color Cylindrical-coordinate representation of color #5DC23B: hue angle of 104.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DC23B is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 194 | 59 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.24 |
| HSL | 104.89º | 0.53% | 0.5% | - |
| HSV(B) | 104.89º | 0.7% | 0.76% | - |
| XYZ | 24.6 | 41.23 | 10.8 | - |
| YUV | 148.41 | 77.54 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 194 | 59 | 0.52 | 0 | 0.70 | 0.24 | 104.89 | 0.53 | 0.5 |
| Hex | 5D | C2 | 3B | 34 | 0 | 46 | 18 | 69 | 35 | 32 |
| Octal | 135 | 302 | 73 | 64 | 0 | 106 | 30 | 151 | 65 | 62 |
| Binary | 1011101 | 11000010 | 111011 | 110100 | 0 | 1000110 | 11000 | 1101001 | 110101 | 110010 |
Color Harmonies of #5DC23B
Complementary color
Monochromatic Colors of #5DC23B
Black with #5DC23B
Text Example
Text Example
White with #5DC23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC23B; }
p { color: rgb(93,194,59); }
H1.HeaderClassName
{
color: #5DC23B;
}
.AnyTagClassName
{
color: #5DC23B;
}
</style>
background-color css
<style>
a { background-color: #5DC23B; }
a { background-color: rgb(93,194,59); }
div.DivClassName
{
background-color: #5DC23B;
}
.BgClassName
{
background-color: #5DC23B;
}
</style>
border-color css
<style>
span { border-color: #5DC23B; }
span { border-color: rgb(93,194,59); }
td.TdClassName
{
border-color: #5DC23B;
}
.TagClassName
{
border-color: #5DC23B;
}
</style>