Shades of Green Yellow #B0F03D
Tints of Green Yellow #B0F03D
RGB
CMYK
RGB Variations
Color information
#B0F03D (or 0xB0F03D) is known color: Green Yellow. HEX triplet: B0, F0 and 3D. RGB value is (176,240,61). Sum of RGB (Red+Green+Blue) = 176+240+61=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 61 (24.22% from 255 or 12.79% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F03D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F03D is #4F0FC2. Grayscale: #C9C9C9. Windows color (decimal): -5181379 or 4059312. OLE color: 4059312.
HSL color Cylindrical-coordinate representation of color #B0F03D: hue angle of 81.45º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0F03D is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 61 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.06 |
| HSL | 81.45º | 0.86% | 0.59% | - |
| HSV(B) | 81.45º | 0.75% | 0.94% | - |
| XYZ | 49.91 | 71.89 | 15.66 | - |
| YUV | 200.46 | 49.3 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 61 | 0.27 | 0 | 0.75 | 0.06 | 81.45 | 0.86 | 0.59 |
| Hex | B0 | F0 | 3D | 1B | 0 | 4B | 6 | 51 | 56 | 3B |
| Octal | 260 | 360 | 75 | 33 | 0 | 113 | 6 | 121 | 126 | 73 |
| Binary | 10110000 | 11110000 | 111101 | 11011 | 0 | 1001011 | 110 | 1010001 | 1010110 | 111011 |
Color Harmonies of #B0F03D
Complementary color
Monochromatic Colors of #B0F03D
Black with #B0F03D
Text Example
Text Example
White with #B0F03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F03D; }
p { color: rgb(176,240,61); }
H1.HeaderClassName
{
color: #B0F03D;
}
.AnyTagClassName
{
color: #B0F03D;
}
</style>
background-color css
<style>
a { background-color: #B0F03D; }
a { background-color: rgb(176,240,61); }
div.DivClassName
{
background-color: #B0F03D;
}
.BgClassName
{
background-color: #B0F03D;
}
</style>
border-color css
<style>
span { border-color: #B0F03D; }
span { border-color: rgb(176,240,61); }
td.TdClassName
{
border-color: #B0F03D;
}
.TagClassName
{
border-color: #B0F03D;
}
</style>