Shades of Green Yellow #B2F62A
Tints of Green Yellow #B2F62A
RGB
CMYK
RGB Variations
Color information
#B2F62A (or 0xB2F62A) is known color: Green Yellow. HEX triplet: B2, F6 and 2A. RGB value is (178,246,42). Sum of RGB (Red+Green+Blue) = 178+246+42=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 246 (96.48% from 255 or 52.79% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F62A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F62A is #4D09D5. Grayscale: #CBCBCB. Windows color (decimal): -5048790 or 2815666. OLE color: 2815666.
HSL color Cylindrical-coordinate representation of color #B2F62A: hue angle of 80º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2F62A is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 246 | 42 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.04 |
| HSL | 80º | 0.92% | 0.56% | - |
| HSV(B) | 80º | 0.83% | 0.96% | - |
| XYZ | 51.73 | 75.54 | 14.05 | - |
| YUV | 202.41 | 37.47 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 246 | 42 | 0.28 | 0 | 0.83 | 0.04 | 80 | 0.92 | 0.56 |
| Hex | B2 | F6 | 2A | 1C | 0 | 53 | 4 | 50 | 5C | 38 |
| Octal | 262 | 366 | 52 | 34 | 0 | 123 | 4 | 120 | 134 | 70 |
| Binary | 10110010 | 11110110 | 101010 | 11100 | 0 | 1010011 | 100 | 1010000 | 1011100 | 111000 |
Color Harmonies of #B2F62A
Complementary color
Monochromatic Colors of #B2F62A
Black with #B2F62A
Text Example
Text Example
White with #B2F62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F62A; }
p { color: rgb(178,246,42); }
H1.HeaderClassName
{
color: #B2F62A;
}
.AnyTagClassName
{
color: #B2F62A;
}
</style>
background-color css
<style>
a { background-color: #B2F62A; }
a { background-color: rgb(178,246,42); }
div.DivClassName
{
background-color: #B2F62A;
}
.BgClassName
{
background-color: #B2F62A;
}
</style>
border-color css
<style>
span { border-color: #B2F62A; }
span { border-color: rgb(178,246,42); }
td.TdClassName
{
border-color: #B2F62A;
}
.TagClassName
{
border-color: #B2F62A;
}
</style>