Shades of Pastel Green #5DF38C
Tints of Pastel Green #5DF38C
RGB
CMYK
RGB Variations
Color information
#5DF38C (or 0x5DF38C) is known color: Pastel Green. HEX triplet: 5D, F3 and 8C. RGB value is (93,243,140). Sum of RGB (Red+Green+Blue) = 93+243+140=476 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.54% from 476); Green value is 243 (95.31% from 255 or 51.05% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF38C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF38C is #A20C73. Grayscale: #BABABA. Windows color (decimal): -10620020 or 9237341. OLE color: 9237341.
HSL color Cylindrical-coordinate representation of color #5DF38C: hue angle of 138.8º 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 #5DF38C is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 140 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.05 |
| HSL | 138.8º | 0.86% | 0.66% | - |
| HSV(B) | 138.8º | 0.62% | 0.95% | - |
| XYZ | 41.3 | 68.32 | 35.82 | - |
| YUV | 186.41 | 101.81 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 140 | 0.62 | 0 | 0.42 | 0.05 | 138.8 | 0.86 | 0.66 |
| Hex | 5D | F3 | 8C | 3E | 0 | 2A | 5 | 8B | 56 | 42 |
| Octal | 135 | 363 | 214 | 76 | 0 | 52 | 5 | 213 | 126 | 102 |
| Binary | 1011101 | 11110011 | 10001100 | 111110 | 0 | 101010 | 101 | 10001011 | 1010110 | 1000010 |
Color Harmonies of #5DF38C
Complementary color
Monochromatic Colors of #5DF38C
Black with #5DF38C
Text Example
Text Example
White with #5DF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF38C; }
p { color: rgb(93,243,140); }
H1.HeaderClassName
{
color: #5DF38C;
}
.AnyTagClassName
{
color: #5DF38C;
}
</style>
background-color css
<style>
a { background-color: #5DF38C; }
a { background-color: rgb(93,243,140); }
div.DivClassName
{
background-color: #5DF38C;
}
.BgClassName
{
background-color: #5DF38C;
}
</style>
border-color css
<style>
span { border-color: #5DF38C; }
span { border-color: rgb(93,243,140); }
td.TdClassName
{
border-color: #5DF38C;
}
.TagClassName
{
border-color: #5DF38C;
}
</style>