Shades of Pale Green #8BFCB2
Tints of Pale Green #8BFCB2
RGB
CMYK
RGB Variations
Color information
#8BFCB2 (or 0x8BFCB2) is known color: Pale Green. HEX triplet: 8B, FC and B2. RGB value is (139,252,178). Sum of RGB (Red+Green+Blue) = 139+252+178=569 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.43% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFCB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BFCB2 is #74034D. Grayscale: #D1D1D1. Windows color (decimal): -7603022 or 11730059. OLE color: 11730059.
HSL color Cylindrical-coordinate representation of color #8BFCB2: hue angle of 140.71º 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 #8BFCB2 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 252 | 178 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.01 |
| HSL | 140.71º | 0.95% | 0.77% | - |
| HSV(B) | 140.71º | 0.45% | 0.99% | - |
| XYZ | 53.49 | 78.32 | 54.42 | - |
| YUV | 209.78 | 110.06 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 252 | 178 | 0.45 | 0 | 0.29 | 0.01 | 140.71 | 0.95 | 0.77 |
| Hex | 8B | FC | B2 | 2D | 0 | 1D | 1 | 8D | 5F | 4D |
| Octal | 213 | 374 | 262 | 55 | 0 | 35 | 1 | 215 | 137 | 115 |
| Binary | 10001011 | 11111100 | 10110010 | 101101 | 0 | 11101 | 1 | 10001101 | 1011111 | 1001101 |
Color Harmonies of #8BFCB2
Complementary color
Monochromatic Colors of #8BFCB2
Black with #8BFCB2
Text Example
Text Example
White with #8BFCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFCB2; }
p { color: rgb(139,252,178); }
H1.HeaderClassName
{
color: #8BFCB2;
}
.AnyTagClassName
{
color: #8BFCB2;
}
</style>
background-color css
<style>
a { background-color: #8BFCB2; }
a { background-color: rgb(139,252,178); }
div.DivClassName
{
background-color: #8BFCB2;
}
.BgClassName
{
background-color: #8BFCB2;
}
</style>
border-color css
<style>
span { border-color: #8BFCB2; }
span { border-color: rgb(139,252,178); }
td.TdClassName
{
border-color: #8BFCB2;
}
.TagClassName
{
border-color: #8BFCB2;
}
</style>