Shades of Green Yellow #B2F234
Tints of Green Yellow #B2F234
RGB
CMYK
RGB Variations
Color information
#B2F234 (or 0xB2F234) is known color: Green Yellow. HEX triplet: B2, F2 and 34. RGB value is (178,242,52). Sum of RGB (Red+Green+Blue) = 178+242+52=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F234 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F234 is #4D0DCB. Grayscale: #C9C9C9. Windows color (decimal): -5049804 or 3470002. OLE color: 3470002.
HSL color Cylindrical-coordinate representation of color #B2F234: hue angle of 80.21º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2F234 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 52 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.05 |
| HSL | 80.21º | 0.88% | 0.58% | - |
| HSV(B) | 80.21º | 0.79% | 0.95% | - |
| XYZ | 50.73 | 73.22 | 14.71 | - |
| YUV | 201.2 | 43.8 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 52 | 0.26 | 0 | 0.79 | 0.05 | 80.21 | 0.88 | 0.58 |
| Hex | B2 | F2 | 34 | 1A | 0 | 4F | 5 | 50 | 58 | 3A |
| Octal | 262 | 362 | 64 | 32 | 0 | 117 | 5 | 120 | 130 | 72 |
| Binary | 10110010 | 11110010 | 110100 | 11010 | 0 | 1001111 | 101 | 1010000 | 1011000 | 111010 |
Color Harmonies of #B2F234
Complementary color
Monochromatic Colors of #B2F234
Black with #B2F234
Text Example
Text Example
White with #B2F234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F234; }
p { color: rgb(178,242,52); }
H1.HeaderClassName
{
color: #B2F234;
}
.AnyTagClassName
{
color: #B2F234;
}
</style>
background-color css
<style>
a { background-color: #B2F234; }
a { background-color: rgb(178,242,52); }
div.DivClassName
{
background-color: #B2F234;
}
.BgClassName
{
background-color: #B2F234;
}
</style>
border-color css
<style>
span { border-color: #B2F234; }
span { border-color: rgb(178,242,52); }
td.TdClassName
{
border-color: #B2F234;
}
.TagClassName
{
border-color: #B2F234;
}
</style>