Shades of Green Yellow #B0FF3D
Tints of Green Yellow #B0FF3D
RGB
CMYK
RGB Variations
Color information
#B0FF3D (or 0xB0FF3D) is known color: Green Yellow. HEX triplet: B0, FF and 3D. RGB value is (176,255,61). Sum of RGB (Red+Green+Blue) = 176+255+61=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 61 (24.22% from 255 or 12.40% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FF3D is #4F00C2. Grayscale: #D1D1D1. Windows color (decimal): -5177539 or 4063152. OLE color: 4063152.
HSL color Cylindrical-coordinate representation of color #B0FF3D: hue angle of 84.43º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0FF3D is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 61 | - |
| CMYK | 0.31 | 0 | 0.76 | 0 |
| HSL | 84.43º | 1% | 0.62% | - |
| HSV(B) | 84.43º | 0.76% | 1% | - |
| XYZ | 54.51 | 81.09 | 17.19 | - |
| YUV | 209.26 | 44.33 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 61 | 0.31 | 0 | 0.76 | 0 | 84.43 | 1 | 0.62 |
| Hex | B0 | FF | 3D | 1F | 0 | 4C | 0 | 54 | 64 | 3E |
| Octal | 260 | 377 | 75 | 37 | 0 | 114 | 0 | 124 | 144 | 76 |
| Binary | 10110000 | 11111111 | 111101 | 11111 | 0 | 1001100 | 0 | 1010100 | 1100100 | 111110 |
Color Harmonies of #B0FF3D
Complementary color
Monochromatic Colors of #B0FF3D
Black with #B0FF3D
Text Example
Text Example
White with #B0FF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF3D; }
p { color: rgb(176,255,61); }
H1.HeaderClassName
{
color: #B0FF3D;
}
.AnyTagClassName
{
color: #B0FF3D;
}
</style>
background-color css
<style>
a { background-color: #B0FF3D; }
a { background-color: rgb(176,255,61); }
div.DivClassName
{
background-color: #B0FF3D;
}
.BgClassName
{
background-color: #B0FF3D;
}
</style>
border-color css
<style>
span { border-color: #B0FF3D; }
span { border-color: rgb(176,255,61); }
td.TdClassName
{
border-color: #B0FF3D;
}
.TagClassName
{
border-color: #B0FF3D;
}
</style>