Shades of Pastel Green #5BE778
Tints of Pastel Green #5BE778
RGB
CMYK
RGB Variations
Color information
#5BE778 (or 0x5BE778) is known color: Pastel Green. HEX triplet: 5B, E7 and 78. RGB value is (91,231,120). Sum of RGB (Red+Green+Blue) = 91+231+120=442 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.59% from 442); Green value is 231 (90.62% from 255 or 52.26% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 231 - color contains mainly: green. Hex color #5BE778 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5BE778 is #A41887. Grayscale: #B0B0B0. Windows color (decimal): -10754184 or 7923547. OLE color: 7923547.
HSL color Cylindrical-coordinate representation of color #5BE778: hue angle of 132.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BE778 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 231 | 120 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.09 |
| HSL | 132.43º | 0.74% | 0.63% | - |
| HSV(B) | 132.43º | 0.61% | 0.91% | - |
| XYZ | 36.28 | 60.73 | 27.58 | - |
| YUV | 176.49 | 96.12 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 231 | 120 | 0.61 | 0 | 0.48 | 0.09 | 132.43 | 0.74 | 0.63 |
| Hex | 5B | E7 | 78 | 3D | 0 | 30 | 9 | 84 | 4A | 3F |
| Octal | 133 | 347 | 170 | 75 | 0 | 60 | 11 | 204 | 112 | 77 |
| Binary | 1011011 | 11100111 | 1111000 | 111101 | 0 | 110000 | 1001 | 10000100 | 1001010 | 111111 |
Color Harmonies of #5BE778
Complementary color
Monochromatic Colors of #5BE778
Black with #5BE778
Text Example
Text Example
White with #5BE778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE778; }
p { color: rgb(91,231,120); }
H1.HeaderClassName
{
color: #5BE778;
}
.AnyTagClassName
{
color: #5BE778;
}
</style>
background-color css
<style>
a { background-color: #5BE778; }
a { background-color: rgb(91,231,120); }
div.DivClassName
{
background-color: #5BE778;
}
.BgClassName
{
background-color: #5BE778;
}
</style>
border-color css
<style>
span { border-color: #5BE778; }
span { border-color: rgb(91,231,120); }
td.TdClassName
{
border-color: #5BE778;
}
.TagClassName
{
border-color: #5BE778;
}
</style>