Shades of Green Yellow #B2F238
Tints of Green Yellow #B2F238
RGB
CMYK
RGB Variations
Color information
#B2F238 (or 0xB2F238) is known color: Green Yellow. HEX triplet: B2, F2 and 38. RGB value is (178,242,56). Sum of RGB (Red+Green+Blue) = 178+242+56=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 56 (22.27% from 255 or 11.76% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F238 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F238 is #4D0DC7. Grayscale: #CACACA. Windows color (decimal): -5049800 or 3732146. OLE color: 3732146.
HSL color Cylindrical-coordinate representation of color #B2F238: hue angle of 80.65º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2F238 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 56 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.05 |
| HSL | 80.65º | 0.88% | 0.58% | - |
| HSV(B) | 80.65º | 0.77% | 0.95% | - |
| XYZ | 50.83 | 73.25 | 15.2 | - |
| YUV | 201.66 | 45.8 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 56 | 0.26 | 0 | 0.77 | 0.05 | 80.65 | 0.88 | 0.58 |
| Hex | B2 | F2 | 38 | 1A | 0 | 4D | 5 | 51 | 58 | 3A |
| Octal | 262 | 362 | 70 | 32 | 0 | 115 | 5 | 121 | 130 | 72 |
| Binary | 10110010 | 11110010 | 111000 | 11010 | 0 | 1001101 | 101 | 1010001 | 1011000 | 111010 |
Color Harmonies of #B2F238
Complementary color
Monochromatic Colors of #B2F238
Black with #B2F238
Text Example
Text Example
White with #B2F238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F238; }
p { color: rgb(178,242,56); }
H1.HeaderClassName
{
color: #B2F238;
}
.AnyTagClassName
{
color: #B2F238;
}
</style>
background-color css
<style>
a { background-color: #B2F238; }
a { background-color: rgb(178,242,56); }
div.DivClassName
{
background-color: #B2F238;
}
.BgClassName
{
background-color: #B2F238;
}
</style>
border-color css
<style>
span { border-color: #B2F238; }
span { border-color: rgb(178,242,56); }
td.TdClassName
{
border-color: #B2F238;
}
.TagClassName
{
border-color: #B2F238;
}
</style>