Shades of Pastel Green #5DED84
Tints of Pastel Green #5DED84
RGB
CMYK
RGB Variations
Color information
#5DED84 (or 0x5DED84) is known color: Pastel Green. HEX triplet: 5D, ED and 84. RGB value is (93,237,132). Sum of RGB (Red+Green+Blue) = 93+237+132=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 237 (92.97% from 255 or 51.30% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 237 - color contains mainly: green. Hex color #5DED84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DED84 is #A2127B. Grayscale: #B6B6B6. Windows color (decimal): -10621564 or 8711517. OLE color: 8711517.
HSL color Cylindrical-coordinate representation of color #5DED84: hue angle of 136.25º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DED84 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
RGB | 93 | 237 | 132 | - |
CMYK | 0.61 | 0 | 0.44 | 0.07 |
HSL | 136.25º | 0.8% | 0.65% | - |
HSV(B) | 136.25º | 0.61% | 0.93% | - |
XYZ | 38.96 | 64.56 | 32.24 | - |
YUV | 181.97 | 99.79 | 64.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 237 | 132 | 0.61 | 0 | 0.44 | 0.07 | 136.25 | 0.8 | 0.65 |
Hex | 5D | ED | 84 | 3D | 0 | 2C | 7 | 88 | 50 | 41 |
Octal | 135 | 355 | 204 | 75 | 0 | 54 | 7 | 210 | 120 | 101 |
Binary | 1011101 | 11101101 | 10000100 | 111101 | 0 | 101100 | 111 | 10001000 | 1010000 | 1000001 |
Color Harmonies of #5DED84
Complementary color
Monochromatic Colors of #5DED84
Black with #5DED84
Text Example
Text Example
White with #5DED84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DED84; }
p { color: rgb(93,237,132); }
H1.HeaderClassName
{
color: #5DED84;
}
.AnyTagClassName
{
color: #5DED84;
}
</style>
background-color css
<style>
a { background-color: #5DED84; }
a { background-color: rgb(93,237,132); }
div.DivClassName
{
background-color: #5DED84;
}
.BgClassName
{
background-color: #5DED84;
}
</style>
border-color css
<style>
span { border-color: #5DED84; }
span { border-color: rgb(93,237,132); }
td.TdClassName
{
border-color: #5DED84;
}
.TagClassName
{
border-color: #5DED84;
}
</style>