Shades of Pastel Green #5FDB63
Tints of Pastel Green #5FDB63
RGB
CMYK
RGB Variations
Color information
#5FDB63 (or 0x5FDB63) is known color: Pastel Green. HEX triplet: 5F, DB and 63. RGB value is (95,219,99). Sum of RGB (Red+Green+Blue) = 95+219+99=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDB63 is #A0249C. Grayscale: #A8A8A8. Windows color (decimal): -10495133 or 6544223. OLE color: 6544223.
HSL color Cylindrical-coordinate representation of color #5FDB63: hue angle of 121.94º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDB63 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 99 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.14 |
| HSL | 121.94º | 0.63% | 0.62% | - |
| HSV(B) | 121.94º | 0.57% | 0.86% | - |
| XYZ | 32.3 | 54 | 20.52 | - |
| YUV | 168.24 | 88.92 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 99 | 0.57 | 0 | 0.55 | 0.14 | 121.94 | 0.63 | 0.62 |
| Hex | 5F | DB | 63 | 39 | 0 | 37 | E | 7A | 3F | 3E |
| Octal | 137 | 333 | 143 | 71 | 0 | 67 | 16 | 172 | 77 | 76 |
| Binary | 1011111 | 11011011 | 1100011 | 111001 | 0 | 110111 | 1110 | 1111010 | 111111 | 111110 |
Color Harmonies of #5FDB63
Complementary color
Monochromatic Colors of #5FDB63
Black with #5FDB63
Text Example
Text Example
White with #5FDB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB63; }
p { color: rgb(95,219,99); }
H1.HeaderClassName
{
color: #5FDB63;
}
.AnyTagClassName
{
color: #5FDB63;
}
</style>
background-color css
<style>
a { background-color: #5FDB63; }
a { background-color: rgb(95,219,99); }
div.DivClassName
{
background-color: #5FDB63;
}
.BgClassName
{
background-color: #5FDB63;
}
</style>
border-color css
<style>
span { border-color: #5FDB63; }
span { border-color: rgb(95,219,99); }
td.TdClassName
{
border-color: #5FDB63;
}
.TagClassName
{
border-color: #5FDB63;
}
</style>