Shades of Green Yellow #B4FA32
Tints of Green Yellow #B4FA32
RGB
CMYK
RGB Variations
Color information
#B4FA32 (or 0xB4FA32) is known color: Green Yellow. HEX triplet: B4, FA and 32. RGB value is (180,250,50). Sum of RGB (Red+Green+Blue) = 180+250+50=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4FA32 is #4B05CD. Grayscale: #CFCFCF. Windows color (decimal): -4916686 or 3340980. OLE color: 3340980.
HSL color Cylindrical-coordinate representation of color #B4FA32: hue angle of 81º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B4FA32 is Cyan = 0.28, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 50 | - |
| CMYK | 0.28 | 0 | 0.8 | 0.02 |
| HSL | 81º | 0.95% | 0.59% | - |
| HSV(B) | 81º | 0.8% | 0.98% | - |
| XYZ | 53.58 | 78.3 | 15.31 | - |
| YUV | 206.27 | 39.81 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 50 | 0.28 | 0 | 0.8 | 0.02 | 81 | 0.95 | 0.59 |
| Hex | B4 | FA | 32 | 1C | 0 | 50 | 2 | 51 | 5F | 3B |
| Octal | 264 | 372 | 62 | 34 | 0 | 120 | 2 | 121 | 137 | 73 |
| Binary | 10110100 | 11111010 | 110010 | 11100 | 0 | 1010000 | 10 | 1010001 | 1011111 | 111011 |
Color Harmonies of #B4FA32
Complementary color
Monochromatic Colors of #B4FA32
Black with #B4FA32
Text Example
Text Example
White with #B4FA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FA32; }
p { color: rgb(180,250,50); }
H1.HeaderClassName
{
color: #B4FA32;
}
.AnyTagClassName
{
color: #B4FA32;
}
</style>
background-color css
<style>
a { background-color: #B4FA32; }
a { background-color: rgb(180,250,50); }
div.DivClassName
{
background-color: #B4FA32;
}
.BgClassName
{
background-color: #B4FA32;
}
</style>
border-color css
<style>
span { border-color: #B4FA32; }
span { border-color: rgb(180,250,50); }
td.TdClassName
{
border-color: #B4FA32;
}
.TagClassName
{
border-color: #B4FA32;
}
</style>