Shades of Green Yellow #B0F338
Tints of Green Yellow #B0F338
RGB
CMYK
RGB Variations
Color information
#B0F338 (or 0xB0F338) is known color: Green Yellow. HEX triplet: B0, F3 and 38. RGB value is (176,243,56). Sum of RGB (Red+Green+Blue) = 176+243+56=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 56 (22.27% from 255 or 11.79% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F338 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F338 is #4F0CC7. Grayscale: #CACACA. Windows color (decimal): -5180616 or 3732400. OLE color: 3732400.
HSL color Cylindrical-coordinate representation of color #B0F338: hue angle of 81.5º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0F338 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 243 | 56 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.05 |
| HSL | 81.5º | 0.89% | 0.59% | - |
| HSV(B) | 81.5º | 0.77% | 0.95% | - |
| XYZ | 50.67 | 73.62 | 15.28 | - |
| YUV | 201.65 | 45.8 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 243 | 56 | 0.28 | 0 | 0.77 | 0.05 | 81.5 | 0.89 | 0.59 |
| Hex | B0 | F3 | 38 | 1C | 0 | 4D | 5 | 51 | 59 | 3B |
| Octal | 260 | 363 | 70 | 34 | 0 | 115 | 5 | 121 | 131 | 73 |
| Binary | 10110000 | 11110011 | 111000 | 11100 | 0 | 1001101 | 101 | 1010001 | 1011001 | 111011 |
Color Harmonies of #B0F338
Complementary color
Monochromatic Colors of #B0F338
Black with #B0F338
Text Example
Text Example
White with #B0F338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F338; }
p { color: rgb(176,243,56); }
H1.HeaderClassName
{
color: #B0F338;
}
.AnyTagClassName
{
color: #B0F338;
}
</style>
background-color css
<style>
a { background-color: #B0F338; }
a { background-color: rgb(176,243,56); }
div.DivClassName
{
background-color: #B0F338;
}
.BgClassName
{
background-color: #B0F338;
}
</style>
border-color css
<style>
span { border-color: #B0F338; }
span { border-color: rgb(176,243,56); }
td.TdClassName
{
border-color: #B0F338;
}
.TagClassName
{
border-color: #B0F338;
}
</style>