Shades of Green Yellow #B8F02D
Tints of Green Yellow #B8F02D
RGB
CMYK
RGB Variations
Color information
#B8F02D (or 0xB8F02D) is known color: Green Yellow. HEX triplet: B8, F0 and 2D. RGB value is (184,240,45). Sum of RGB (Red+Green+Blue) = 184+240+45=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F02D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F02D is #470FD2. Grayscale: #C9C9C9. Windows color (decimal): -4657107 or 3010744. OLE color: 3010744.
HSL color Cylindrical-coordinate representation of color #B8F02D: hue angle of 77.23º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B8F02D is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 240 | 45 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.06 |
| HSL | 77.23º | 0.87% | 0.56% | - |
| HSV(B) | 77.23º | 0.81% | 0.94% | - |
| XYZ | 51.4 | 72.7 | 13.81 | - |
| YUV | 201.03 | 39.95 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 240 | 45 | 0.23 | 0 | 0.81 | 0.06 | 77.23 | 0.87 | 0.56 |
| Hex | B8 | F0 | 2D | 17 | 0 | 51 | 6 | 4D | 57 | 38 |
| Octal | 270 | 360 | 55 | 27 | 0 | 121 | 6 | 115 | 127 | 70 |
| Binary | 10111000 | 11110000 | 101101 | 10111 | 0 | 1010001 | 110 | 1001101 | 1010111 | 111000 |
Color Harmonies of #B8F02D
Complementary color
Monochromatic Colors of #B8F02D
Black with #B8F02D
Text Example
Text Example
White with #B8F02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F02D; }
p { color: rgb(184,240,45); }
H1.HeaderClassName
{
color: #B8F02D;
}
.AnyTagClassName
{
color: #B8F02D;
}
</style>
background-color css
<style>
a { background-color: #B8F02D; }
a { background-color: rgb(184,240,45); }
div.DivClassName
{
background-color: #B8F02D;
}
.BgClassName
{
background-color: #B8F02D;
}
</style>
border-color css
<style>
span { border-color: #B8F02D; }
span { border-color: rgb(184,240,45); }
td.TdClassName
{
border-color: #B8F02D;
}
.TagClassName
{
border-color: #B8F02D;
}
</style>