Shades of Green Yellow #B8F22A
Tints of Green Yellow #B8F22A
RGB
CMYK
RGB Variations
Color information
#B8F22A (or 0xB8F22A) is known color: Green Yellow. HEX triplet: B8, F2 and 2A. RGB value is (184,242,42). Sum of RGB (Red+Green+Blue) = 184+242+42=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 42 (16.80% from 255 or 8.97% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F22A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F22A is #470DD5. Grayscale: #CACACA. Windows color (decimal): -4656598 or 2814648. OLE color: 2814648.
HSL color Cylindrical-coordinate representation of color #B8F22A: hue angle of 77.4º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8F22A is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 42 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.05 |
| HSL | 77.4º | 0.88% | 0.56% | - |
| HSV(B) | 77.4º | 0.83% | 0.95% | - |
| XYZ | 51.94 | 73.86 | 13.71 | - |
| YUV | 201.86 | 37.78 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 42 | 0.24 | 0 | 0.83 | 0.05 | 77.4 | 0.88 | 0.56 |
| Hex | B8 | F2 | 2A | 18 | 0 | 53 | 5 | 4D | 58 | 38 |
| Octal | 270 | 362 | 52 | 30 | 0 | 123 | 5 | 115 | 130 | 70 |
| Binary | 10111000 | 11110010 | 101010 | 11000 | 0 | 1010011 | 101 | 1001101 | 1011000 | 111000 |
Color Harmonies of #B8F22A
Complementary color
Monochromatic Colors of #B8F22A
Black with #B8F22A
Text Example
Text Example
White with #B8F22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F22A; }
p { color: rgb(184,242,42); }
H1.HeaderClassName
{
color: #B8F22A;
}
.AnyTagClassName
{
color: #B8F22A;
}
</style>
background-color css
<style>
a { background-color: #B8F22A; }
a { background-color: rgb(184,242,42); }
div.DivClassName
{
background-color: #B8F22A;
}
.BgClassName
{
background-color: #B8F22A;
}
</style>
border-color css
<style>
span { border-color: #B8F22A; }
span { border-color: rgb(184,242,42); }
td.TdClassName
{
border-color: #B8F22A;
}
.TagClassName
{
border-color: #B8F22A;
}
</style>