Shades of Pale Green #9BFC83
Tints of Pale Green #9BFC83
RGB
CMYK
RGB Variations
Color information
#9BFC83 (or 0x9BFC83) is known color: Pale Green. HEX triplet: 9B, FC and 83. RGB value is (155,252,131). Sum of RGB (Red+Green+Blue) = 155+252+131=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 131 (51.56% from 255 or 24.35% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFC83 is #64037C. Grayscale: #D1D1D1. Windows color (decimal): -6554493 or 8649883. OLE color: 8649883.
HSL color Cylindrical-coordinate representation of color #9BFC83: hue angle of 108.1º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BFC83 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 131 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.01 |
| HSL | 108.1º | 0.95% | 0.75% | - |
| HSV(B) | 108.1º | 0.48% | 0.99% | - |
| XYZ | 52.42 | 78.23 | 33.81 | - |
| YUV | 209.2 | 83.86 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 131 | 0.38 | 0 | 0.48 | 0.01 | 108.1 | 0.95 | 0.75 |
| Hex | 9B | FC | 83 | 26 | 0 | 30 | 1 | 6C | 5F | 4B |
| Octal | 233 | 374 | 203 | 46 | 0 | 60 | 1 | 154 | 137 | 113 |
| Binary | 10011011 | 11111100 | 10000011 | 100110 | 0 | 110000 | 1 | 1101100 | 1011111 | 1001011 |
Color Harmonies of #9BFC83
Complementary color
Monochromatic Colors of #9BFC83
Black with #9BFC83
Text Example
Text Example
White with #9BFC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFC83; }
p { color: rgb(155,252,131); }
H1.HeaderClassName
{
color: #9BFC83;
}
.AnyTagClassName
{
color: #9BFC83;
}
</style>
background-color css
<style>
a { background-color: #9BFC83; }
a { background-color: rgb(155,252,131); }
div.DivClassName
{
background-color: #9BFC83;
}
.BgClassName
{
background-color: #9BFC83;
}
</style>
border-color css
<style>
span { border-color: #9BFC83; }
span { border-color: rgb(155,252,131); }
td.TdClassName
{
border-color: #9BFC83;
}
.TagClassName
{
border-color: #9BFC83;
}
</style>