Shades of Green Yellow #B0FD40
Tints of Green Yellow #B0FD40
RGB
CMYK
RGB Variations
Color information
#B0FD40 (or 0xB0FD40) is known color: Green Yellow. HEX triplet: B0, FD and 40. RGB value is (176,253,64). Sum of RGB (Red+Green+Blue) = 176+253+64=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 253 (99.22% from 255 or 51.32% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FD40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FD40 is #4F02BF. Grayscale: #D1D1D1. Windows color (decimal): -5178048 or 4259248. OLE color: 4259248.
HSL color Cylindrical-coordinate representation of color #B0FD40: hue angle of 84.44º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0FD40 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
RGB | 176 | 253 | 64 | - |
CMYK | 0.30 | 0 | 0.75 | 0.01 |
HSL | 84.44º | 0.98% | 0.62% | - |
HSV(B) | 84.44º | 0.75% | 0.99% | - |
XYZ | 53.96 | 79.85 | 17.42 | - |
YUV | 208.43 | 46.49 | 104.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 253 | 64 | 0.30 | 0 | 0.75 | 0.01 | 84.44 | 0.98 | 0.62 |
Hex | B0 | FD | 40 | 1E | 0 | 4B | 1 | 54 | 62 | 3E |
Octal | 260 | 375 | 100 | 36 | 0 | 113 | 1 | 124 | 142 | 76 |
Binary | 10110000 | 11111101 | 1000000 | 11110 | 0 | 1001011 | 1 | 1010100 | 1100010 | 111110 |
Color Harmonies of #B0FD40
Complementary color
Monochromatic Colors of #B0FD40
Black with #B0FD40
Text Example
Text Example
White with #B0FD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FD40; }
p { color: rgb(176,253,64); }
H1.HeaderClassName
{
color: #B0FD40;
}
.AnyTagClassName
{
color: #B0FD40;
}
</style>
background-color css
<style>
a { background-color: #B0FD40; }
a { background-color: rgb(176,253,64); }
div.DivClassName
{
background-color: #B0FD40;
}
.BgClassName
{
background-color: #B0FD40;
}
</style>
border-color css
<style>
span { border-color: #B0FD40; }
span { border-color: rgb(176,253,64); }
td.TdClassName
{
border-color: #B0FD40;
}
.TagClassName
{
border-color: #B0FD40;
}
</style>