Shades of Green Yellow #B2FC28
Tints of Green Yellow #B2FC28
RGB
CMYK
RGB Variations
Color information
#B2FC28 (or 0xB2FC28) is known color: Green Yellow. HEX triplet: B2, FC and 28. RGB value is (178,252,40). Sum of RGB (Red+Green+Blue) = 178+252+40=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 252 (98.83% from 255 or 53.62% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FC28 is #4D03D7. Grayscale: #CECECE. Windows color (decimal): -5047256 or 2686130. OLE color: 2686130.
HSL color Cylindrical-coordinate representation of color #B2FC28: hue angle of 80.94º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2FC28 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 40 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.01 |
| HSL | 80.94º | 0.97% | 0.57% | - |
| HSV(B) | 80.94º | 0.84% | 0.99% | - |
| XYZ | 53.55 | 79.24 | 14.48 | - |
| YUV | 205.71 | 34.48 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 40 | 0.29 | 0 | 0.84 | 0.01 | 80.94 | 0.97 | 0.57 |
| Hex | B2 | FC | 28 | 1D | 0 | 54 | 1 | 51 | 61 | 39 |
| Octal | 262 | 374 | 50 | 35 | 0 | 124 | 1 | 121 | 141 | 71 |
| Binary | 10110010 | 11111100 | 101000 | 11101 | 0 | 1010100 | 1 | 1010001 | 1100001 | 111001 |
Color Harmonies of #B2FC28
Complementary color
Monochromatic Colors of #B2FC28
Black with #B2FC28
Text Example
Text Example
White with #B2FC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FC28; }
p { color: rgb(178,252,40); }
H1.HeaderClassName
{
color: #B2FC28;
}
.AnyTagClassName
{
color: #B2FC28;
}
</style>
background-color css
<style>
a { background-color: #B2FC28; }
a { background-color: rgb(178,252,40); }
div.DivClassName
{
background-color: #B2FC28;
}
.BgClassName
{
background-color: #B2FC28;
}
</style>
border-color css
<style>
span { border-color: #B2FC28; }
span { border-color: rgb(178,252,40); }
td.TdClassName
{
border-color: #B2FC28;
}
.TagClassName
{
border-color: #B2FC28;
}
</style>