Shades of Pastel Green #5DF591
Tints of Pastel Green #5DF591
RGB
CMYK
RGB Variations
Color information
#5DF591 (or 0x5DF591) is known color: Pastel Green. HEX triplet: 5D, F5 and 91. RGB value is (93,245,145). Sum of RGB (Red+Green+Blue) = 93+245+145=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #5DF591 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF591 is #A20A6E. Grayscale: #BCBCBC. Windows color (decimal): -10619503 or 9565533. OLE color: 9565533.
HSL color Cylindrical-coordinate representation of color #5DF591: hue angle of 140.53º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF591 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 245 | 145 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.04 |
| HSL | 140.53º | 0.88% | 0.66% | - |
| HSV(B) | 140.53º | 0.62% | 0.96% | - |
| XYZ | 42.28 | 69.68 | 38.01 | - |
| YUV | 188.15 | 103.64 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 245 | 145 | 0.62 | 0 | 0.41 | 0.04 | 140.53 | 0.88 | 0.66 |
| Hex | 5D | F5 | 91 | 3E | 0 | 29 | 4 | 8D | 58 | 42 |
| Octal | 135 | 365 | 221 | 76 | 0 | 51 | 4 | 215 | 130 | 102 |
| Binary | 1011101 | 11110101 | 10010001 | 111110 | 0 | 101001 | 100 | 10001101 | 1011000 | 1000010 |
Color Harmonies of #5DF591
Complementary color
Monochromatic Colors of #5DF591
Black with #5DF591
Text Example
Text Example
White with #5DF591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF591; }
p { color: rgb(93,245,145); }
H1.HeaderClassName
{
color: #5DF591;
}
.AnyTagClassName
{
color: #5DF591;
}
</style>
background-color css
<style>
a { background-color: #5DF591; }
a { background-color: rgb(93,245,145); }
div.DivClassName
{
background-color: #5DF591;
}
.BgClassName
{
background-color: #5DF591;
}
</style>
border-color css
<style>
span { border-color: #5DF591; }
span { border-color: rgb(93,245,145); }
td.TdClassName
{
border-color: #5DF591;
}
.TagClassName
{
border-color: #5DF591;
}
</style>