Shades of Green Yellow #B8F12A
Tints of Green Yellow #B8F12A
RGB
CMYK
RGB Variations
Color information
#B8F12A (or 0xB8F12A) is known color: Green Yellow. HEX triplet: B8, F1 and 2A. RGB value is (184,241,42). Sum of RGB (Red+Green+Blue) = 184+241+42=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F12A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F12A is #470ED5. Grayscale: #CACACA. Windows color (decimal): -4656854 or 2814392. OLE color: 2814392.
HSL color Cylindrical-coordinate representation of color #B8F12A: hue angle of 77.19º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8F12A is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 42 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.05 |
| HSL | 77.19º | 0.88% | 0.55% | - |
| HSV(B) | 77.19º | 0.83% | 0.95% | - |
| XYZ | 51.64 | 73.27 | 13.61 | - |
| YUV | 201.27 | 38.12 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 42 | 0.24 | 0 | 0.83 | 0.05 | 77.19 | 0.88 | 0.55 |
| Hex | B8 | F1 | 2A | 18 | 0 | 53 | 5 | 4D | 58 | 37 |
| Octal | 270 | 361 | 52 | 30 | 0 | 123 | 5 | 115 | 130 | 67 |
| Binary | 10111000 | 11110001 | 101010 | 11000 | 0 | 1010011 | 101 | 1001101 | 1011000 | 110111 |
Color Harmonies of #B8F12A
Complementary color
Monochromatic Colors of #B8F12A
Black with #B8F12A
Text Example
Text Example
White with #B8F12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F12A; }
p { color: rgb(184,241,42); }
H1.HeaderClassName
{
color: #B8F12A;
}
.AnyTagClassName
{
color: #B8F12A;
}
</style>
background-color css
<style>
a { background-color: #B8F12A; }
a { background-color: rgb(184,241,42); }
div.DivClassName
{
background-color: #B8F12A;
}
.BgClassName
{
background-color: #B8F12A;
}
</style>
border-color css
<style>
span { border-color: #B8F12A; }
span { border-color: rgb(184,241,42); }
td.TdClassName
{
border-color: #B8F12A;
}
.TagClassName
{
border-color: #B8F12A;
}
</style>