Shades of Apple #5DC23D
Tints of Apple #5DC23D
RGB
CMYK
RGB Variations
Color information
#5DC23D (or 0x5DC23D) is known color: Apple. HEX triplet: 5D, C2 and 3D. RGB value is (93,194,61). Sum of RGB (Red+Green+Blue) = 93+194+61=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC23D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC23D is #A23DC2. Grayscale: #959595. Windows color (decimal): -10632643 or 4047453. OLE color: 4047453.
HSL color Cylindrical-coordinate representation of color #5DC23D: hue angle of 105.56º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DC23D is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 194 | 61 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.24 |
| HSL | 105.56º | 0.52% | 0.5% | - |
| HSV(B) | 105.56º | 0.69% | 0.76% | - |
| XYZ | 24.65 | 41.25 | 11.08 | - |
| YUV | 148.64 | 78.54 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 194 | 61 | 0.52 | 0 | 0.69 | 0.24 | 105.56 | 0.52 | 0.5 |
| Hex | 5D | C2 | 3D | 34 | 0 | 45 | 18 | 6A | 34 | 32 |
| Octal | 135 | 302 | 75 | 64 | 0 | 105 | 30 | 152 | 64 | 62 |
| Binary | 1011101 | 11000010 | 111101 | 110100 | 0 | 1000101 | 11000 | 1101010 | 110100 | 110010 |
Color Harmonies of #5DC23D
Complementary color
Monochromatic Colors of #5DC23D
Black with #5DC23D
Text Example
Text Example
White with #5DC23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC23D; }
p { color: rgb(93,194,61); }
H1.HeaderClassName
{
color: #5DC23D;
}
.AnyTagClassName
{
color: #5DC23D;
}
</style>
background-color css
<style>
a { background-color: #5DC23D; }
a { background-color: rgb(93,194,61); }
div.DivClassName
{
background-color: #5DC23D;
}
.BgClassName
{
background-color: #5DC23D;
}
</style>
border-color css
<style>
span { border-color: #5DC23D; }
span { border-color: rgb(93,194,61); }
td.TdClassName
{
border-color: #5DC23D;
}
.TagClassName
{
border-color: #5DC23D;
}
</style>