Shades of Green Yellow #B5FC2D
Tints of Green Yellow #B5FC2D
RGB
CMYK
RGB Variations
Color information
#B5FC2D (or 0xB5FC2D) is known color: Green Yellow. HEX triplet: B5, FC and 2D. RGB value is (181,252,45). Sum of RGB (Red+Green+Blue) = 181+252+45=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 252 (98.83% from 255 or 52.72% from 478); Blue value is 45 (17.97% from 255 or 9.41% from 478); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5FC2D is #4A03D2. Grayscale: #CFCFCF. Windows color (decimal): -4850643 or 3013813. OLE color: 3013813.
HSL color Cylindrical-coordinate representation of color #B5FC2D: hue angle of 80.58º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5FC2D is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 252 | 45 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.01 |
| HSL | 80.58º | 0.97% | 0.58% | - |
| HSV(B) | 80.58º | 0.82% | 0.99% | - |
| XYZ | 54.34 | 79.63 | 14.99 | - |
| YUV | 207.17 | 36.48 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 252 | 45 | 0.28 | 0 | 0.82 | 0.01 | 80.58 | 0.97 | 0.58 |
| Hex | B5 | FC | 2D | 1C | 0 | 52 | 1 | 51 | 61 | 3A |
| Octal | 265 | 374 | 55 | 34 | 0 | 122 | 1 | 121 | 141 | 72 |
| Binary | 10110101 | 11111100 | 101101 | 11100 | 0 | 1010010 | 1 | 1010001 | 1100001 | 111010 |
Color Harmonies of #B5FC2D
Complementary color
Monochromatic Colors of #B5FC2D
Black with #B5FC2D
Text Example
Text Example
White with #B5FC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FC2D; }
p { color: rgb(181,252,45); }
H1.HeaderClassName
{
color: #B5FC2D;
}
.AnyTagClassName
{
color: #B5FC2D;
}
</style>
background-color css
<style>
a { background-color: #B5FC2D; }
a { background-color: rgb(181,252,45); }
div.DivClassName
{
background-color: #B5FC2D;
}
.BgClassName
{
background-color: #B5FC2D;
}
</style>
border-color css
<style>
span { border-color: #B5FC2D; }
span { border-color: rgb(181,252,45); }
td.TdClassName
{
border-color: #B5FC2D;
}
.TagClassName
{
border-color: #B5FC2D;
}
</style>