Shades of Pale Green #8BFC9B
Tints of Pale Green #8BFC9B
RGB
CMYK
RGB Variations
Color information
#8BFC9B (or 0x8BFC9B) is known color: Pale Green. HEX triplet: 8B, FC and 9B. RGB value is (139,252,155). Sum of RGB (Red+Green+Blue) = 139+252+155=546 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.46% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFC9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BFC9B is #740364. Grayscale: #CFCFCF. Windows color (decimal): -7603045 or 10222731. OLE color: 10222731.
HSL color Cylindrical-coordinate representation of color #8BFC9B: hue angle of 128.5º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFC9B is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 252 | 155 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.01 |
| HSL | 128.5º | 0.95% | 0.77% | - |
| HSV(B) | 128.5º | 0.45% | 0.99% | - |
| XYZ | 51.37 | 77.48 | 43.26 | - |
| YUV | 207.16 | 98.56 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 252 | 155 | 0.45 | 0 | 0.38 | 0.01 | 128.5 | 0.95 | 0.77 |
| Hex | 8B | FC | 9B | 2D | 0 | 26 | 1 | 80 | 5F | 4D |
| Octal | 213 | 374 | 233 | 55 | 0 | 46 | 1 | 200 | 137 | 115 |
| Binary | 10001011 | 11111100 | 10011011 | 101101 | 0 | 100110 | 1 | 10000000 | 1011111 | 1001101 |
Color Harmonies of #8BFC9B
Complementary color
Monochromatic Colors of #8BFC9B
Black with #8BFC9B
Text Example
Text Example
White with #8BFC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFC9B; }
p { color: rgb(139,252,155); }
H1.HeaderClassName
{
color: #8BFC9B;
}
.AnyTagClassName
{
color: #8BFC9B;
}
</style>
background-color css
<style>
a { background-color: #8BFC9B; }
a { background-color: rgb(139,252,155); }
div.DivClassName
{
background-color: #8BFC9B;
}
.BgClassName
{
background-color: #8BFC9B;
}
</style>
border-color css
<style>
span { border-color: #8BFC9B; }
span { border-color: rgb(139,252,155); }
td.TdClassName
{
border-color: #8BFC9B;
}
.TagClassName
{
border-color: #8BFC9B;
}
</style>