Shades of Green Yellow #B8F138
Tints of Green Yellow #B8F138
RGB
CMYK
RGB Variations
Color information
#B8F138 (or 0xB8F138) is known color: Green Yellow. HEX triplet: B8, F1 and 38. RGB value is (184,241,56). Sum of RGB (Red+Green+Blue) = 184+241+56=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 56 (22.27% from 255 or 11.64% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F138 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F138 is #470EC7. Grayscale: #CBCBCB. Windows color (decimal): -4656840 or 3731896. OLE color: 3731896.
HSL color Cylindrical-coordinate representation of color #B8F138: hue angle of 78.49º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8F138 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 56 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.05 |
| HSL | 78.49º | 0.87% | 0.58% | - |
| HSV(B) | 78.49º | 0.77% | 0.95% | - |
| XYZ | 51.94 | 73.39 | 15.17 | - |
| YUV | 202.87 | 45.12 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 56 | 0.24 | 0 | 0.77 | 0.05 | 78.49 | 0.87 | 0.58 |
| Hex | B8 | F1 | 38 | 18 | 0 | 4D | 5 | 4E | 57 | 3A |
| Octal | 270 | 361 | 70 | 30 | 0 | 115 | 5 | 116 | 127 | 72 |
| Binary | 10111000 | 11110001 | 111000 | 11000 | 0 | 1001101 | 101 | 1001110 | 1010111 | 111010 |
Color Harmonies of #B8F138
Complementary color
Monochromatic Colors of #B8F138
Black with #B8F138
Text Example
Text Example
White with #B8F138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F138; }
p { color: rgb(184,241,56); }
H1.HeaderClassName
{
color: #B8F138;
}
.AnyTagClassName
{
color: #B8F138;
}
</style>
background-color css
<style>
a { background-color: #B8F138; }
a { background-color: rgb(184,241,56); }
div.DivClassName
{
background-color: #B8F138;
}
.BgClassName
{
background-color: #B8F138;
}
</style>
border-color css
<style>
span { border-color: #B8F138; }
span { border-color: rgb(184,241,56); }
td.TdClassName
{
border-color: #B8F138;
}
.TagClassName
{
border-color: #B8F138;
}
</style>