Shades of Pastel Green #5FF18D
Tints of Pastel Green #5FF18D
RGB
CMYK
RGB Variations
Color information
#5FF18D (or 0x5FF18D) is known color: Pastel Green. HEX triplet: 5F, F1 and 8D. RGB value is (95,241,141). Sum of RGB (Red+Green+Blue) = 95+241+141=477 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.92% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF18D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF18D is #A00E72. Grayscale: #BABABA. Windows color (decimal): -10489459 or 9302367. OLE color: 9302367.
HSL color Cylindrical-coordinate representation of color #5FF18D: hue angle of 138.9º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF18D is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 241 | 141 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.05 |
| HSL | 138.9º | 0.84% | 0.66% | - |
| HSV(B) | 138.9º | 0.61% | 0.95% | - |
| XYZ | 40.98 | 67.27 | 36.02 | - |
| YUV | 185.95 | 102.63 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 241 | 141 | 0.61 | 0 | 0.41 | 0.05 | 138.9 | 0.84 | 0.66 |
| Hex | 5F | F1 | 8D | 3D | 0 | 29 | 5 | 8B | 54 | 42 |
| Octal | 137 | 361 | 215 | 75 | 0 | 51 | 5 | 213 | 124 | 102 |
| Binary | 1011111 | 11110001 | 10001101 | 111101 | 0 | 101001 | 101 | 10001011 | 1010100 | 1000010 |
Color Harmonies of #5FF18D
Complementary color
Monochromatic Colors of #5FF18D
Black with #5FF18D
Text Example
Text Example
White with #5FF18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF18D; }
p { color: rgb(95,241,141); }
H1.HeaderClassName
{
color: #5FF18D;
}
.AnyTagClassName
{
color: #5FF18D;
}
</style>
background-color css
<style>
a { background-color: #5FF18D; }
a { background-color: rgb(95,241,141); }
div.DivClassName
{
background-color: #5FF18D;
}
.BgClassName
{
background-color: #5FF18D;
}
</style>
border-color css
<style>
span { border-color: #5FF18D; }
span { border-color: rgb(95,241,141); }
td.TdClassName
{
border-color: #5FF18D;
}
.TagClassName
{
border-color: #5FF18D;
}
</style>