Shades of Green Yellow #B9F232
Tints of Green Yellow #B9F232
RGB
CMYK
RGB Variations
Color information
#B9F232 (or 0xB9F232) is known color: Green Yellow. HEX triplet: B9, F2 and 32. RGB value is (185,242,50). Sum of RGB (Red+Green+Blue) = 185+242+50=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F232 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9F232 is #460DCD. Grayscale: #CBCBCB. Windows color (decimal): -4591054 or 3338937. OLE color: 3338937.
HSL color Cylindrical-coordinate representation of color #B9F232: hue angle of 77.81º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9F232 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 50 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.05 |
| HSL | 77.81º | 0.88% | 0.57% | - |
| HSV(B) | 77.81º | 0.79% | 0.95% | - |
| XYZ | 52.34 | 74.05 | 14.55 | - |
| YUV | 203.07 | 41.62 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 50 | 0.24 | 0 | 0.79 | 0.05 | 77.81 | 0.88 | 0.57 |
| Hex | B9 | F2 | 32 | 18 | 0 | 4F | 5 | 4E | 58 | 39 |
| Octal | 271 | 362 | 62 | 30 | 0 | 117 | 5 | 116 | 130 | 71 |
| Binary | 10111001 | 11110010 | 110010 | 11000 | 0 | 1001111 | 101 | 1001110 | 1011000 | 111001 |
Color Harmonies of #B9F232
Complementary color
Monochromatic Colors of #B9F232
Black with #B9F232
Text Example
Text Example
White with #B9F232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F232; }
p { color: rgb(185,242,50); }
H1.HeaderClassName
{
color: #B9F232;
}
.AnyTagClassName
{
color: #B9F232;
}
</style>
background-color css
<style>
a { background-color: #B9F232; }
a { background-color: rgb(185,242,50); }
div.DivClassName
{
background-color: #B9F232;
}
.BgClassName
{
background-color: #B9F232;
}
</style>
border-color css
<style>
span { border-color: #B9F232; }
span { border-color: rgb(185,242,50); }
td.TdClassName
{
border-color: #B9F232;
}
.TagClassName
{
border-color: #B9F232;
}
</style>