Shades of Green Yellow #B9FF2A
Tints of Green Yellow #B9FF2A
RGB
CMYK
RGB Variations
Color information
#B9FF2A (or 0xB9FF2A) is known color: Green Yellow. HEX triplet: B9, FF and 2A. RGB value is (185,255,42). Sum of RGB (Red+Green+Blue) = 185+255+42=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9FF2A is #4600D5. Grayscale: #D2D2D2. Windows color (decimal): -4587734 or 2817977. OLE color: 2817977.
HSL color Cylindrical-coordinate representation of color #B9FF2A: hue angle of 79.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9FF2A is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 42 | - |
| CMYK | 0.27 | 0 | 0.84 | 0 |
| HSL | 79.72º | 1% | 0.58% | - |
| HSV(B) | 79.72º | 0.84% | 1% | - |
| XYZ | 56.19 | 82 | 15.06 | - |
| YUV | 209.79 | 33.31 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 42 | 0.27 | 0 | 0.84 | 0 | 79.72 | 1 | 0.58 |
| Hex | B9 | FF | 2A | 1B | 0 | 54 | 0 | 50 | 64 | 3A |
| Octal | 271 | 377 | 52 | 33 | 0 | 124 | 0 | 120 | 144 | 72 |
| Binary | 10111001 | 11111111 | 101010 | 11011 | 0 | 1010100 | 0 | 1010000 | 1100100 | 111010 |
Color Harmonies of #B9FF2A
Complementary color
Monochromatic Colors of #B9FF2A
Black with #B9FF2A
Text Example
Text Example
White with #B9FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FF2A; }
p { color: rgb(185,255,42); }
H1.HeaderClassName
{
color: #B9FF2A;
}
.AnyTagClassName
{
color: #B9FF2A;
}
</style>
background-color css
<style>
a { background-color: #B9FF2A; }
a { background-color: rgb(185,255,42); }
div.DivClassName
{
background-color: #B9FF2A;
}
.BgClassName
{
background-color: #B9FF2A;
}
</style>
border-color css
<style>
span { border-color: #B9FF2A; }
span { border-color: rgb(185,255,42); }
td.TdClassName
{
border-color: #B9FF2A;
}
.TagClassName
{
border-color: #B9FF2A;
}
</style>