Shades of Green Yellow #B5EF2D
Tints of Green Yellow #B5EF2D
RGB
CMYK
RGB Variations
Color information
#B5EF2D (or 0xB5EF2D) is known color: Green Yellow. HEX triplet: B5, EF and 2D. RGB value is (181,239,45). Sum of RGB (Red+Green+Blue) = 181+239+45=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5EF2D is #4A10D2. Grayscale: #C8C8C8. Windows color (decimal): -4853971 or 3010485. OLE color: 3010485.
HSL color Cylindrical-coordinate representation of color #B5EF2D: hue angle of 77.94º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5EF2D is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 239 | 45 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.06 |
| HSL | 77.94º | 0.86% | 0.56% | - |
| HSV(B) | 77.94º | 0.81% | 0.94% | - |
| XYZ | 50.4 | 71.75 | 13.67 | - |
| YUV | 199.54 | 40.78 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 239 | 45 | 0.24 | 0 | 0.81 | 0.06 | 77.94 | 0.86 | 0.56 |
| Hex | B5 | EF | 2D | 18 | 0 | 51 | 6 | 4E | 56 | 38 |
| Octal | 265 | 357 | 55 | 30 | 0 | 121 | 6 | 116 | 126 | 70 |
| Binary | 10110101 | 11101111 | 101101 | 11000 | 0 | 1010001 | 110 | 1001110 | 1010110 | 111000 |
Color Harmonies of #B5EF2D
Complementary color
Monochromatic Colors of #B5EF2D
Black with #B5EF2D
Text Example
Text Example
White with #B5EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EF2D; }
p { color: rgb(181,239,45); }
H1.HeaderClassName
{
color: #B5EF2D;
}
.AnyTagClassName
{
color: #B5EF2D;
}
</style>
background-color css
<style>
a { background-color: #B5EF2D; }
a { background-color: rgb(181,239,45); }
div.DivClassName
{
background-color: #B5EF2D;
}
.BgClassName
{
background-color: #B5EF2D;
}
</style>
border-color css
<style>
span { border-color: #B5EF2D; }
span { border-color: rgb(181,239,45); }
td.TdClassName
{
border-color: #B5EF2D;
}
.TagClassName
{
border-color: #B5EF2D;
}
</style>