Shades of Green Yellow #B2F62B
Tints of Green Yellow #B2F62B
RGB
CMYK
RGB Variations
Color information
#B2F62B (or 0xB2F62B) is known color: Green Yellow. HEX triplet: B2, F6 and 2B. RGB value is (178,246,43). Sum of RGB (Red+Green+Blue) = 178+246+43=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 246 (96.48% from 255 or 52.68% from 467); Blue value is 43 (17.19% from 255 or 9.21% from 467); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F62B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F62B is #4D09D4. Grayscale: #CBCBCB. Windows color (decimal): -5048789 or 2881202. OLE color: 2881202.
HSL color Cylindrical-coordinate representation of color #B2F62B: hue angle of 80.1º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2F62B is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 246 | 43 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.04 |
| HSL | 80.1º | 0.92% | 0.57% | - |
| HSV(B) | 80.1º | 0.83% | 0.96% | - |
| XYZ | 51.75 | 75.55 | 14.14 | - |
| YUV | 202.53 | 37.97 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 246 | 43 | 0.28 | 0 | 0.83 | 0.04 | 80.1 | 0.92 | 0.57 |
| Hex | B2 | F6 | 2B | 1C | 0 | 53 | 4 | 50 | 5C | 39 |
| Octal | 262 | 366 | 53 | 34 | 0 | 123 | 4 | 120 | 134 | 71 |
| Binary | 10110010 | 11110110 | 101011 | 11100 | 0 | 1010011 | 100 | 1010000 | 1011100 | 111001 |
Color Harmonies of #B2F62B
Complementary color
Monochromatic Colors of #B2F62B
Black with #B2F62B
Text Example
Text Example
White with #B2F62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F62B; }
p { color: rgb(178,246,43); }
H1.HeaderClassName
{
color: #B2F62B;
}
.AnyTagClassName
{
color: #B2F62B;
}
</style>
background-color css
<style>
a { background-color: #B2F62B; }
a { background-color: rgb(178,246,43); }
div.DivClassName
{
background-color: #B2F62B;
}
.BgClassName
{
background-color: #B2F62B;
}
</style>
border-color css
<style>
span { border-color: #B2F62B; }
span { border-color: rgb(178,246,43); }
td.TdClassName
{
border-color: #B2F62B;
}
.TagClassName
{
border-color: #B2F62B;
}
</style>