Shades of Green Yellow #B2FF43
Tints of Green Yellow #B2FF43
RGB
CMYK
RGB Variations
Color information
#B2FF43 (or 0xB2FF43) is known color: Green Yellow. HEX triplet: B2, FF and 43. RGB value is (178,255,67). Sum of RGB (Red+Green+Blue) = 178+255+67=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 67 (26.56% from 255 or 13.4% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FF43 is #4D00BC. Grayscale: #D3D3D3. Windows color (decimal): -5046461 or 4456370. OLE color: 4456370.
HSL color Cylindrical-coordinate representation of color #B2FF43: hue angle of 84.57º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2FF43 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 67 | - |
| CMYK | 0.30 | 0 | 0.74 | 0 |
| HSL | 84.57º | 1% | 0.63% | - |
| HSV(B) | 84.57º | 0.74% | 1% | - |
| XYZ | 55.13 | 81.39 | 18.11 | - |
| YUV | 210.55 | 46.99 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 67 | 0.30 | 0 | 0.74 | 0 | 84.57 | 1 | 0.63 |
| Hex | B2 | FF | 43 | 1E | 0 | 4A | 0 | 55 | 64 | 3F |
| Octal | 262 | 377 | 103 | 36 | 0 | 112 | 0 | 125 | 144 | 77 |
| Binary | 10110010 | 11111111 | 1000011 | 11110 | 0 | 1001010 | 0 | 1010101 | 1100100 | 111111 |
Color Harmonies of #B2FF43
Complementary color
Monochromatic Colors of #B2FF43
Black with #B2FF43
Text Example
Text Example
White with #B2FF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF43; }
p { color: rgb(178,255,67); }
H1.HeaderClassName
{
color: #B2FF43;
}
.AnyTagClassName
{
color: #B2FF43;
}
</style>
background-color css
<style>
a { background-color: #B2FF43; }
a { background-color: rgb(178,255,67); }
div.DivClassName
{
background-color: #B2FF43;
}
.BgClassName
{
background-color: #B2FF43;
}
</style>
border-color css
<style>
span { border-color: #B2FF43; }
span { border-color: rgb(178,255,67); }
td.TdClassName
{
border-color: #B2FF43;
}
.TagClassName
{
border-color: #B2FF43;
}
</style>