Shades of Green Yellow #9BFC52
Tints of Green Yellow #9BFC52
RGB
CMYK
RGB Variations
Color information
#9BFC52 (or 0x9BFC52) is known color: Green Yellow. HEX triplet: 9B, FC and 52. RGB value is (155,252,82). Sum of RGB (Red+Green+Blue) = 155+252+82=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFC52 is #6403AD. Grayscale: #CCCCCC. Windows color (decimal): -6554542 or 5438619. OLE color: 5438619.
HSL color Cylindrical-coordinate representation of color #9BFC52: hue angle of 94.24º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9BFC52 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 82 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.01 |
| HSL | 94.24º | 0.97% | 0.65% | - |
| HSV(B) | 94.24º | 0.67% | 0.99% | - |
| XYZ | 49.85 | 77.2 | 20.26 | - |
| YUV | 203.62 | 59.36 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 82 | 0.38 | 0 | 0.67 | 0.01 | 94.24 | 0.97 | 0.65 |
| Hex | 9B | FC | 52 | 26 | 0 | 43 | 1 | 5E | 61 | 41 |
| Octal | 233 | 374 | 122 | 46 | 0 | 103 | 1 | 136 | 141 | 101 |
| Binary | 10011011 | 11111100 | 1010010 | 100110 | 0 | 1000011 | 1 | 1011110 | 1100001 | 1000001 |
Color Harmonies of #9BFC52
Complementary color
Monochromatic Colors of #9BFC52
Black with #9BFC52
Text Example
Text Example
White with #9BFC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFC52; }
p { color: rgb(155,252,82); }
H1.HeaderClassName
{
color: #9BFC52;
}
.AnyTagClassName
{
color: #9BFC52;
}
</style>
background-color css
<style>
a { background-color: #9BFC52; }
a { background-color: rgb(155,252,82); }
div.DivClassName
{
background-color: #9BFC52;
}
.BgClassName
{
background-color: #9BFC52;
}
</style>
border-color css
<style>
span { border-color: #9BFC52; }
span { border-color: rgb(155,252,82); }
td.TdClassName
{
border-color: #9BFC52;
}
.TagClassName
{
border-color: #9BFC52;
}
</style>