Shades of Apple #5CD250
Tints of Apple #5CD250
RGB
CMYK
RGB Variations
Color information
#5CD250 (or 0x5CD250) is known color: Apple. HEX triplet: 5C, D2 and 50. RGB value is (92,210,80). Sum of RGB (Red+Green+Blue) = 92+210+80=382 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.08% from 382); Green value is 210 (82.42% from 255 or 54.97% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 210 - color contains mainly: green. Hex color #5CD250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD250 is #A32DAF. Grayscale: #A0A0A0. Windows color (decimal): -10694064 or 5296732. OLE color: 5296732.
HSL color Cylindrical-coordinate representation of color #5CD250: hue angle of 114.46º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CD250 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 210 | 80 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.18 |
| HSL | 114.46º | 0.59% | 0.57% | - |
| HSV(B) | 114.46º | 0.62% | 0.82% | - |
| XYZ | 28.91 | 48.95 | 15.51 | - |
| YUV | 159.9 | 82.91 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 210 | 80 | 0.56 | 0 | 0.62 | 0.18 | 114.46 | 0.59 | 0.57 |
| Hex | 5C | D2 | 50 | 38 | 0 | 3E | 12 | 72 | 3B | 39 |
| Octal | 134 | 322 | 120 | 70 | 0 | 76 | 22 | 162 | 73 | 71 |
| Binary | 1011100 | 11010010 | 1010000 | 111000 | 0 | 111110 | 10010 | 1110010 | 111011 | 111001 |
Color Harmonies of #5CD250
Complementary color
Monochromatic Colors of #5CD250
Black with #5CD250
Text Example
Text Example
White with #5CD250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD250; }
p { color: rgb(92,210,80); }
H1.HeaderClassName
{
color: #5CD250;
}
.AnyTagClassName
{
color: #5CD250;
}
</style>
background-color css
<style>
a { background-color: #5CD250; }
a { background-color: rgb(92,210,80); }
div.DivClassName
{
background-color: #5CD250;
}
.BgClassName
{
background-color: #5CD250;
}
</style>
border-color css
<style>
span { border-color: #5CD250; }
span { border-color: rgb(92,210,80); }
td.TdClassName
{
border-color: #5CD250;
}
.TagClassName
{
border-color: #5CD250;
}
</style>