Shades of Green Yellow #B0F325
Tints of Green Yellow #B0F325
RGB
CMYK
RGB Variations
Color information
#B0F325 (or 0xB0F325) is known color: Green Yellow. HEX triplet: B0, F3 and 25. RGB value is (176,243,37). Sum of RGB (Red+Green+Blue) = 176+243+37=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 243 (95.31% from 255 or 53.29% from 456); Blue value is 37 (14.84% from 255 or 8.11% from 456); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F325 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F325 is #4F0CDA. Grayscale: #C8C8C8. Windows color (decimal): -5180635 or 2487216. OLE color: 2487216.
HSL color Cylindrical-coordinate representation of color #B0F325: hue angle of 79.51º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0F325 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 243 | 37 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.05 |
| HSL | 79.51º | 0.9% | 0.55% | - |
| HSV(B) | 79.51º | 0.85% | 0.95% | - |
| XYZ | 50.29 | 73.46 | 13.28 | - |
| YUV | 199.48 | 36.3 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 243 | 37 | 0.28 | 0 | 0.85 | 0.05 | 79.51 | 0.9 | 0.55 |
| Hex | B0 | F3 | 25 | 1C | 0 | 55 | 5 | 50 | 5A | 37 |
| Octal | 260 | 363 | 45 | 34 | 0 | 125 | 5 | 120 | 132 | 67 |
| Binary | 10110000 | 11110011 | 100101 | 11100 | 0 | 1010101 | 101 | 1010000 | 1011010 | 110111 |
Color Harmonies of #B0F325
Complementary color
Monochromatic Colors of #B0F325
Black with #B0F325
Text Example
Text Example
White with #B0F325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F325; }
p { color: rgb(176,243,37); }
H1.HeaderClassName
{
color: #B0F325;
}
.AnyTagClassName
{
color: #B0F325;
}
</style>
background-color css
<style>
a { background-color: #B0F325; }
a { background-color: rgb(176,243,37); }
div.DivClassName
{
background-color: #B0F325;
}
.BgClassName
{
background-color: #B0F325;
}
</style>
border-color css
<style>
span { border-color: #B0F325; }
span { border-color: rgb(176,243,37); }
td.TdClassName
{
border-color: #B0F325;
}
.TagClassName
{
border-color: #B0F325;
}
</style>