Shades of Apple #5FD253
Tints of Apple #5FD253
RGB
CMYK
RGB Variations
Color information
#5FD253 (or 0x5FD253) is known color: Apple. HEX triplet: 5F, D2 and 53. RGB value is (95,210,83). Sum of RGB (Red+Green+Blue) = 95+210+83=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 210 (82.42% from 255 or 54.12% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD253 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD253 is #A02DAC. Grayscale: #A1A1A1. Windows color (decimal): -10497453 or 5493343. OLE color: 5493343.
HSL color Cylindrical-coordinate representation of color #5FD253: hue angle of 114.33º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FD253 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 210 | 83 | - |
| CMYK | 0.55 | 0 | 0.60 | 0.18 |
| HSL | 114.33º | 0.59% | 0.57% | - |
| HSV(B) | 114.33º | 0.6% | 0.82% | - |
| XYZ | 29.33 | 49.15 | 16.12 | - |
| YUV | 161.14 | 83.9 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 210 | 83 | 0.55 | 0 | 0.60 | 0.18 | 114.33 | 0.59 | 0.57 |
| Hex | 5F | D2 | 53 | 37 | 0 | 3C | 12 | 72 | 3B | 39 |
| Octal | 137 | 322 | 123 | 67 | 0 | 74 | 22 | 162 | 73 | 71 |
| Binary | 1011111 | 11010010 | 1010011 | 110111 | 0 | 111100 | 10010 | 1110010 | 111011 | 111001 |
Color Harmonies of #5FD253
Complementary color
Monochromatic Colors of #5FD253
Black with #5FD253
Text Example
Text Example
White with #5FD253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD253; }
p { color: rgb(95,210,83); }
H1.HeaderClassName
{
color: #5FD253;
}
.AnyTagClassName
{
color: #5FD253;
}
</style>
background-color css
<style>
a { background-color: #5FD253; }
a { background-color: rgb(95,210,83); }
div.DivClassName
{
background-color: #5FD253;
}
.BgClassName
{
background-color: #5FD253;
}
</style>
border-color css
<style>
span { border-color: #5FD253; }
span { border-color: rgb(95,210,83); }
td.TdClassName
{
border-color: #5FD253;
}
.TagClassName
{
border-color: #5FD253;
}
</style>