Shades of Green Yellow #B2F72A
Tints of Green Yellow #B2F72A
RGB
CMYK
RGB Variations
Color information
#B2F72A (or 0xB2F72A) is known color: Green Yellow. HEX triplet: B2, F7 and 2A. RGB value is (178,247,42). Sum of RGB (Red+Green+Blue) = 178+247+42=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 247 (96.88% from 255 or 52.89% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F72A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F72A is #4D08D5. Grayscale: #CBCBCB. Windows color (decimal): -5048534 or 2815922. OLE color: 2815922.
HSL color Cylindrical-coordinate representation of color #B2F72A: hue angle of 80.2º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2F72A is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 247 | 42 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.03 |
| HSL | 80.2º | 0.93% | 0.57% | - |
| HSV(B) | 80.2º | 0.83% | 0.97% | - |
| XYZ | 52.04 | 76.15 | 14.15 | - |
| YUV | 203 | 37.14 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 247 | 42 | 0.28 | 0 | 0.83 | 0.03 | 80.2 | 0.93 | 0.57 |
| Hex | B2 | F7 | 2A | 1C | 0 | 53 | 3 | 50 | 5D | 39 |
| Octal | 262 | 367 | 52 | 34 | 0 | 123 | 3 | 120 | 135 | 71 |
| Binary | 10110010 | 11110111 | 101010 | 11100 | 0 | 1010011 | 11 | 1010000 | 1011101 | 111001 |
Color Harmonies of #B2F72A
Complementary color
Monochromatic Colors of #B2F72A
Black with #B2F72A
Text Example
Text Example
White with #B2F72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F72A; }
p { color: rgb(178,247,42); }
H1.HeaderClassName
{
color: #B2F72A;
}
.AnyTagClassName
{
color: #B2F72A;
}
</style>
background-color css
<style>
a { background-color: #B2F72A; }
a { background-color: rgb(178,247,42); }
div.DivClassName
{
background-color: #B2F72A;
}
.BgClassName
{
background-color: #B2F72A;
}
</style>
border-color css
<style>
span { border-color: #B2F72A; }
span { border-color: rgb(178,247,42); }
td.TdClassName
{
border-color: #B2F72A;
}
.TagClassName
{
border-color: #B2F72A;
}
</style>