Shades of Pastel Green #5DF38B
Tints of Pastel Green #5DF38B
RGB
CMYK
RGB Variations
Color information
#5DF38B (or 0x5DF38B) is known color: Pastel Green. HEX triplet: 5D, F3 and 8B. RGB value is (93,243,139). Sum of RGB (Red+Green+Blue) = 93+243+139=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF38B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF38B is #A20C74. Grayscale: #BABABA. Windows color (decimal): -10620021 or 9171805. OLE color: 9171805.
HSL color Cylindrical-coordinate representation of color #5DF38B: hue angle of 138.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF38B is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 139 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.05 |
| HSL | 138.4º | 0.86% | 0.66% | - |
| HSV(B) | 138.4º | 0.62% | 0.95% | - |
| XYZ | 41.23 | 68.29 | 35.44 | - |
| YUV | 186.29 | 101.31 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 139 | 0.62 | 0 | 0.43 | 0.05 | 138.4 | 0.86 | 0.66 |
| Hex | 5D | F3 | 8B | 3E | 0 | 2B | 5 | 8A | 56 | 42 |
| Octal | 135 | 363 | 213 | 76 | 0 | 53 | 5 | 212 | 126 | 102 |
| Binary | 1011101 | 11110011 | 10001011 | 111110 | 0 | 101011 | 101 | 10001010 | 1010110 | 1000010 |
Color Harmonies of #5DF38B
Complementary color
Monochromatic Colors of #5DF38B
Black with #5DF38B
Text Example
Text Example
White with #5DF38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF38B; }
p { color: rgb(93,243,139); }
H1.HeaderClassName
{
color: #5DF38B;
}
.AnyTagClassName
{
color: #5DF38B;
}
</style>
background-color css
<style>
a { background-color: #5DF38B; }
a { background-color: rgb(93,243,139); }
div.DivClassName
{
background-color: #5DF38B;
}
.BgClassName
{
background-color: #5DF38B;
}
</style>
border-color css
<style>
span { border-color: #5DF38B; }
span { border-color: rgb(93,243,139); }
td.TdClassName
{
border-color: #5DF38B;
}
.TagClassName
{
border-color: #5DF38B;
}
</style>