Shades of Pastel Green #5DF48D
Tints of Pastel Green #5DF48D
RGB
CMYK
RGB Variations
Color information
#5DF48D (or 0x5DF48D) is known color: Pastel Green. HEX triplet: 5D, F4 and 8D. RGB value is (93,244,141). Sum of RGB (Red+Green+Blue) = 93+244+141=478 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.46% from 478); Green value is 244 (95.70% from 255 or 51.05% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 244 - color contains mainly: green. Hex color #5DF48D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF48D is #A20B72. Grayscale: #BBBBBB. Windows color (decimal): -10619763 or 9303133. OLE color: 9303133.
HSL color Cylindrical-coordinate representation of color #5DF48D: hue angle of 139.07º degrees, saturation: 0.87, 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 #5DF48D is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 244 | 141 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.04 |
| HSL | 139.07º | 0.87% | 0.66% | - |
| HSV(B) | 139.07º | 0.62% | 0.96% | - |
| XYZ | 41.67 | 68.95 | 36.31 | - |
| YUV | 187.11 | 101.97 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 244 | 141 | 0.62 | 0 | 0.42 | 0.04 | 139.07 | 0.87 | 0.66 |
| Hex | 5D | F4 | 8D | 3E | 0 | 2A | 4 | 8B | 57 | 42 |
| Octal | 135 | 364 | 215 | 76 | 0 | 52 | 4 | 213 | 127 | 102 |
| Binary | 1011101 | 11110100 | 10001101 | 111110 | 0 | 101010 | 100 | 10001011 | 1010111 | 1000010 |
Color Harmonies of #5DF48D
Complementary color
Monochromatic Colors of #5DF48D
Black with #5DF48D
Text Example
Text Example
White with #5DF48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF48D; }
p { color: rgb(93,244,141); }
H1.HeaderClassName
{
color: #5DF48D;
}
.AnyTagClassName
{
color: #5DF48D;
}
</style>
background-color css
<style>
a { background-color: #5DF48D; }
a { background-color: rgb(93,244,141); }
div.DivClassName
{
background-color: #5DF48D;
}
.BgClassName
{
background-color: #5DF48D;
}
</style>
border-color css
<style>
span { border-color: #5DF48D; }
span { border-color: rgb(93,244,141); }
td.TdClassName
{
border-color: #5DF48D;
}
.TagClassName
{
border-color: #5DF48D;
}
</style>