Shades of Pastel Green #8BEF5E
Tints of Pastel Green #8BEF5E
RGB
CMYK
RGB Variations
Color information
#8BEF5E (or 0x8BEF5E) is known color: Pastel Green. HEX triplet: 8B, EF and 5E. RGB value is (139,239,94). Sum of RGB (Red+Green+Blue) = 139+239+94=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEF5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BEF5E is #7410A1. Grayscale: #C1C1C1. Windows color (decimal): -7606434 or 6221707. OLE color: 6221707.
HSL color Cylindrical-coordinate representation of color #8BEF5E: hue angle of 101.38º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8BEF5E is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 239 | 94 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.06 |
| HSL | 101.38º | 0.82% | 0.65% | - |
| HSV(B) | 101.38º | 0.61% | 0.94% | - |
| XYZ | 43.53 | 68.03 | 21.43 | - |
| YUV | 192.57 | 72.37 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 239 | 94 | 0.42 | 0 | 0.61 | 0.06 | 101.38 | 0.82 | 0.65 |
| Hex | 8B | EF | 5E | 2A | 0 | 3D | 6 | 65 | 52 | 41 |
| Octal | 213 | 357 | 136 | 52 | 0 | 75 | 6 | 145 | 122 | 101 |
| Binary | 10001011 | 11101111 | 1011110 | 101010 | 0 | 111101 | 110 | 1100101 | 1010010 | 1000001 |
Color Harmonies of #8BEF5E
Complementary color
Monochromatic Colors of #8BEF5E
Black with #8BEF5E
Text Example
Text Example
White with #8BEF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEF5E; }
p { color: rgb(139,239,94); }
H1.HeaderClassName
{
color: #8BEF5E;
}
.AnyTagClassName
{
color: #8BEF5E;
}
</style>
background-color css
<style>
a { background-color: #8BEF5E; }
a { background-color: rgb(139,239,94); }
div.DivClassName
{
background-color: #8BEF5E;
}
.BgClassName
{
background-color: #8BEF5E;
}
</style>
border-color css
<style>
span { border-color: #8BEF5E; }
span { border-color: rgb(139,239,94); }
td.TdClassName
{
border-color: #8BEF5E;
}
.TagClassName
{
border-color: #8BEF5E;
}
</style>