Shades of Pastel Green #5DF18B
Tints of Pastel Green #5DF18B
RGB
CMYK
RGB Variations
Color information
#5DF18B (or 0x5DF18B) is known color: Pastel Green. HEX triplet: 5D, F1 and 8B. RGB value is (93,241,139). Sum of RGB (Red+Green+Blue) = 93+241+139=473 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.66% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF18B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF18B is #A20E74. Grayscale: #B9B9B9. Windows color (decimal): -10620533 or 9171293. OLE color: 9171293.
HSL color Cylindrical-coordinate representation of color #5DF18B: hue angle of 138.65º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF18B is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 139 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.05 |
| HSL | 138.65º | 0.84% | 0.65% | - |
| HSV(B) | 138.65º | 0.61% | 0.95% | - |
| XYZ | 40.63 | 67.1 | 35.24 | - |
| YUV | 185.12 | 101.97 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 139 | 0.61 | 0 | 0.42 | 0.05 | 138.65 | 0.84 | 0.65 |
| Hex | 5D | F1 | 8B | 3D | 0 | 2A | 5 | 8B | 54 | 41 |
| Octal | 135 | 361 | 213 | 75 | 0 | 52 | 5 | 213 | 124 | 101 |
| Binary | 1011101 | 11110001 | 10001011 | 111101 | 0 | 101010 | 101 | 10001011 | 1010100 | 1000001 |
Color Harmonies of #5DF18B
Complementary color
Monochromatic Colors of #5DF18B
Black with #5DF18B
Text Example
Text Example
White with #5DF18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF18B; }
p { color: rgb(93,241,139); }
H1.HeaderClassName
{
color: #5DF18B;
}
.AnyTagClassName
{
color: #5DF18B;
}
</style>
background-color css
<style>
a { background-color: #5DF18B; }
a { background-color: rgb(93,241,139); }
div.DivClassName
{
background-color: #5DF18B;
}
.BgClassName
{
background-color: #5DF18B;
}
</style>
border-color css
<style>
span { border-color: #5DF18B; }
span { border-color: rgb(93,241,139); }
td.TdClassName
{
border-color: #5DF18B;
}
.TagClassName
{
border-color: #5DF18B;
}
</style>