Shades of Green Yellow #B8F130
Tints of Green Yellow #B8F130
RGB
CMYK
RGB Variations
Color information
#B8F130 (or 0xB8F130) is known color: Green Yellow. HEX triplet: B8, F1 and 30. RGB value is (184,241,48). Sum of RGB (Red+Green+Blue) = 184+241+48=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 48 (19.14% from 255 or 10.15% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F130 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F130 is #470ECF. Grayscale: #CACACA. Windows color (decimal): -4656848 or 3207608. OLE color: 3207608.
HSL color Cylindrical-coordinate representation of color #B8F130: hue angle of 77.72º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8F130 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 48 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.05 |
| HSL | 77.72º | 0.87% | 0.57% | - |
| HSV(B) | 77.72º | 0.8% | 0.95% | - |
| XYZ | 51.76 | 73.31 | 14.22 | - |
| YUV | 201.96 | 41.12 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 48 | 0.24 | 0 | 0.80 | 0.05 | 77.72 | 0.87 | 0.57 |
| Hex | B8 | F1 | 30 | 18 | 0 | 50 | 5 | 4E | 57 | 39 |
| Octal | 270 | 361 | 60 | 30 | 0 | 120 | 5 | 116 | 127 | 71 |
| Binary | 10111000 | 11110001 | 110000 | 11000 | 0 | 1010000 | 101 | 1001110 | 1010111 | 111001 |
Color Harmonies of #B8F130
Complementary color
Monochromatic Colors of #B8F130
Black with #B8F130
Text Example
Text Example
White with #B8F130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F130; }
p { color: rgb(184,241,48); }
H1.HeaderClassName
{
color: #B8F130;
}
.AnyTagClassName
{
color: #B8F130;
}
</style>
background-color css
<style>
a { background-color: #B8F130; }
a { background-color: rgb(184,241,48); }
div.DivClassName
{
background-color: #B8F130;
}
.BgClassName
{
background-color: #B8F130;
}
</style>
border-color css
<style>
span { border-color: #B8F130; }
span { border-color: rgb(184,241,48); }
td.TdClassName
{
border-color: #B8F130;
}
.TagClassName
{
border-color: #B8F130;
}
</style>