Shades of Pastel Green #5FF38D
Tints of Pastel Green #5FF38D
RGB
CMYK
RGB Variations
Color information
#5FF38D (or 0x5FF38D) is known color: Pastel Green. HEX triplet: 5F, F3 and 8D. RGB value is (95,243,141). Sum of RGB (Red+Green+Blue) = 95+243+141=479 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.83% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #5FF38D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF38D is #A00C72. Grayscale: #BBBBBB. Windows color (decimal): -10488947 or 9302879. OLE color: 9302879.
HSL color Cylindrical-coordinate representation of color #5FF38D: hue angle of 138.65º degrees, saturation: 0.86, 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 #5FF38D is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 243 | 141 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.05 |
| HSL | 138.65º | 0.86% | 0.66% | - |
| HSV(B) | 138.65º | 0.61% | 0.95% | - |
| XYZ | 41.58 | 68.46 | 36.22 | - |
| YUV | 187.12 | 101.97 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 243 | 141 | 0.61 | 0 | 0.42 | 0.05 | 138.65 | 0.86 | 0.66 |
| Hex | 5F | F3 | 8D | 3D | 0 | 2A | 5 | 8B | 56 | 42 |
| Octal | 137 | 363 | 215 | 75 | 0 | 52 | 5 | 213 | 126 | 102 |
| Binary | 1011111 | 11110011 | 10001101 | 111101 | 0 | 101010 | 101 | 10001011 | 1010110 | 1000010 |
Color Harmonies of #5FF38D
Complementary color
Monochromatic Colors of #5FF38D
Black with #5FF38D
Text Example
Text Example
White with #5FF38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF38D; }
p { color: rgb(95,243,141); }
H1.HeaderClassName
{
color: #5FF38D;
}
.AnyTagClassName
{
color: #5FF38D;
}
</style>
background-color css
<style>
a { background-color: #5FF38D; }
a { background-color: rgb(95,243,141); }
div.DivClassName
{
background-color: #5FF38D;
}
.BgClassName
{
background-color: #5FF38D;
}
</style>
border-color css
<style>
span { border-color: #5FF38D; }
span { border-color: rgb(95,243,141); }
td.TdClassName
{
border-color: #5FF38D;
}
.TagClassName
{
border-color: #5FF38D;
}
</style>