Shades of Green Yellow #B4F134
Tints of Green Yellow #B4F134
RGB
CMYK
RGB Variations
Color information
#B4F134 (or 0xB4F134) is known color: Green Yellow. HEX triplet: B4, F1 and 34. RGB value is (180,241,52). Sum of RGB (Red+Green+Blue) = 180+241+52=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4F134 is #4B0ECB. Grayscale: #C9C9C9. Windows color (decimal): -4918988 or 3469748. OLE color: 3469748.
HSL color Cylindrical-coordinate representation of color #B4F134: hue angle of 79.37º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4F134 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 241 | 52 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.05 |
| HSL | 79.37º | 0.87% | 0.57% | - |
| HSV(B) | 79.37º | 0.78% | 0.95% | - |
| XYZ | 50.9 | 72.86 | 14.63 | - |
| YUV | 201.22 | 43.79 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 241 | 52 | 0.25 | 0 | 0.78 | 0.05 | 79.37 | 0.87 | 0.57 |
| Hex | B4 | F1 | 34 | 19 | 0 | 4E | 5 | 4F | 57 | 39 |
| Octal | 264 | 361 | 64 | 31 | 0 | 116 | 5 | 117 | 127 | 71 |
| Binary | 10110100 | 11110001 | 110100 | 11001 | 0 | 1001110 | 101 | 1001111 | 1010111 | 111001 |
Color Harmonies of #B4F134
Complementary color
Monochromatic Colors of #B4F134
Black with #B4F134
Text Example
Text Example
White with #B4F134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F134; }
p { color: rgb(180,241,52); }
H1.HeaderClassName
{
color: #B4F134;
}
.AnyTagClassName
{
color: #B4F134;
}
</style>
background-color css
<style>
a { background-color: #B4F134; }
a { background-color: rgb(180,241,52); }
div.DivClassName
{
background-color: #B4F134;
}
.BgClassName
{
background-color: #B4F134;
}
</style>
border-color css
<style>
span { border-color: #B4F134; }
span { border-color: rgb(180,241,52); }
td.TdClassName
{
border-color: #B4F134;
}
.TagClassName
{
border-color: #B4F134;
}
</style>