Shades of Pastel Green #5FE27B
Tints of Pastel Green #5FE27B
RGB
CMYK
RGB Variations
Color information
#5FE27B (or 0x5FE27B) is known color: Pastel Green. HEX triplet: 5F, E2 and 7B. RGB value is (95,226,123). Sum of RGB (Red+Green+Blue) = 95+226+123=444 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.40% from 444); Green value is 226 (88.67% from 255 or 50.90% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 226 - color contains mainly: green. Hex color #5FE27B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FE27B is #A01D84. Grayscale: #AFAFAF. Windows color (decimal): -10493317 or 8118879. OLE color: 8118879.
HSL color Cylindrical-coordinate representation of color #5FE27B: hue angle of 132.82º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE27B is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 226 | 123 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.11 |
| HSL | 132.82º | 0.69% | 0.63% | - |
| HSV(B) | 132.82º | 0.58% | 0.89% | - |
| XYZ | 35.49 | 58.26 | 28.11 | - |
| YUV | 175.09 | 98.6 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 226 | 123 | 0.58 | 0 | 0.46 | 0.11 | 132.82 | 0.69 | 0.63 |
| Hex | 5F | E2 | 7B | 3A | 0 | 2E | B | 85 | 45 | 3F |
| Octal | 137 | 342 | 173 | 72 | 0 | 56 | 13 | 205 | 105 | 77 |
| Binary | 1011111 | 11100010 | 1111011 | 111010 | 0 | 101110 | 1011 | 10000101 | 1000101 | 111111 |
Color Harmonies of #5FE27B
Complementary color
Monochromatic Colors of #5FE27B
Black with #5FE27B
Text Example
Text Example
White with #5FE27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE27B; }
p { color: rgb(95,226,123); }
H1.HeaderClassName
{
color: #5FE27B;
}
.AnyTagClassName
{
color: #5FE27B;
}
</style>
background-color css
<style>
a { background-color: #5FE27B; }
a { background-color: rgb(95,226,123); }
div.DivClassName
{
background-color: #5FE27B;
}
.BgClassName
{
background-color: #5FE27B;
}
</style>
border-color css
<style>
span { border-color: #5FE27B; }
span { border-color: rgb(95,226,123); }
td.TdClassName
{
border-color: #5FE27B;
}
.TagClassName
{
border-color: #5FE27B;
}
</style>