Shades of Apple #5CD03A
Tints of Apple #5CD03A
RGB
CMYK
RGB Variations
Color information
#5CD03A (or 0x5CD03A) is known color: Apple. HEX triplet: 5C, D0 and 3A. RGB value is (92,208,58). Sum of RGB (Red+Green+Blue) = 92+208+58=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 208 (81.64% from 255 or 58.10% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 208 - color contains mainly: green. Hex color #5CD03A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD03A is #A32FC5. Grayscale: #9C9C9C. Windows color (decimal): -10694598 or 3854428. OLE color: 3854428.
HSL color Cylindrical-coordinate representation of color #5CD03A: hue angle of 106.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5CD03A is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 208 | 58 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.18 |
| HSL | 106.4º | 0.61% | 0.52% | - |
| HSV(B) | 106.4º | 0.72% | 0.82% | - |
| XYZ | 27.73 | 47.69 | 11.75 | - |
| YUV | 156.22 | 72.57 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 208 | 58 | 0.56 | 0 | 0.72 | 0.18 | 106.4 | 0.61 | 0.52 |
| Hex | 5C | D0 | 3A | 38 | 0 | 48 | 12 | 6A | 3D | 34 |
| Octal | 134 | 320 | 72 | 70 | 0 | 110 | 22 | 152 | 75 | 64 |
| Binary | 1011100 | 11010000 | 111010 | 111000 | 0 | 1001000 | 10010 | 1101010 | 111101 | 110100 |
Color Harmonies of #5CD03A
Complementary color
Monochromatic Colors of #5CD03A
Black with #5CD03A
Text Example
Text Example
White with #5CD03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD03A; }
p { color: rgb(92,208,58); }
H1.HeaderClassName
{
color: #5CD03A;
}
.AnyTagClassName
{
color: #5CD03A;
}
</style>
background-color css
<style>
a { background-color: #5CD03A; }
a { background-color: rgb(92,208,58); }
div.DivClassName
{
background-color: #5CD03A;
}
.BgClassName
{
background-color: #5CD03A;
}
</style>
border-color css
<style>
span { border-color: #5CD03A; }
span { border-color: rgb(92,208,58); }
td.TdClassName
{
border-color: #5CD03A;
}
.TagClassName
{
border-color: #5CD03A;
}
</style>