Shades of Pastel Green #5BDC62
Tints of Pastel Green #5BDC62
RGB
CMYK
RGB Variations
Color information
#5BDC62 (or 0x5BDC62) is known color: Pastel Green. HEX triplet: 5B, DC and 62. RGB value is (91,220,98). Sum of RGB (Red+Green+Blue) = 91+220+98=409 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.25% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDC62 is #A4239D. Grayscale: #A7A7A7. Windows color (decimal): -10757022 or 6478939. OLE color: 6478939.
HSL color Cylindrical-coordinate representation of color #5BDC62: hue angle of 123.26º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDC62 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 220 | 98 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.14 |
| HSL | 123.26º | 0.65% | 0.61% | - |
| HSV(B) | 123.26º | 0.59% | 0.86% | - |
| XYZ | 32.11 | 54.29 | 20.34 | - |
| YUV | 167.52 | 88.76 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 98 | 0.59 | 0 | 0.55 | 0.14 | 123.26 | 0.65 | 0.61 |
| Hex | 5B | DC | 62 | 3B | 0 | 37 | E | 7B | 41 | 3D |
| Octal | 133 | 334 | 142 | 73 | 0 | 67 | 16 | 173 | 101 | 75 |
| Binary | 1011011 | 11011100 | 1100010 | 111011 | 0 | 110111 | 1110 | 1111011 | 1000001 | 111101 |
Color Harmonies of #5BDC62
Complementary color
Monochromatic Colors of #5BDC62
Black with #5BDC62
Text Example
Text Example
White with #5BDC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDC62; }
p { color: rgb(91,220,98); }
H1.HeaderClassName
{
color: #5BDC62;
}
.AnyTagClassName
{
color: #5BDC62;
}
</style>
background-color css
<style>
a { background-color: #5BDC62; }
a { background-color: rgb(91,220,98); }
div.DivClassName
{
background-color: #5BDC62;
}
.BgClassName
{
background-color: #5BDC62;
}
</style>
border-color css
<style>
span { border-color: #5BDC62; }
span { border-color: rgb(91,220,98); }
td.TdClassName
{
border-color: #5BDC62;
}
.TagClassName
{
border-color: #5BDC62;
}
</style>