Shades of Green Yellow #B5F240
Tints of Green Yellow #B5F240
RGB
CMYK
RGB Variations
Color information
#B5F240 (or 0xB5F240) is known color: Green Yellow. HEX triplet: B5, F2 and 40. RGB value is (181,242,64). Sum of RGB (Red+Green+Blue) = 181+242+64=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F240 is #4A0DBF. Grayscale: #CCCCCC. Windows color (decimal): -4853184 or 4256437. OLE color: 4256437.
HSL color Cylindrical-coordinate representation of color #B5F240: hue angle of 80.56º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5F240 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 64 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.05 |
| HSL | 80.56º | 0.87% | 0.6% | - |
| HSV(B) | 80.56º | 0.74% | 0.95% | - |
| XYZ | 51.73 | 73.7 | 16.35 | - |
| YUV | 203.47 | 49.29 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 64 | 0.25 | 0 | 0.74 | 0.05 | 80.56 | 0.87 | 0.6 |
| Hex | B5 | F2 | 40 | 19 | 0 | 4A | 5 | 51 | 57 | 3C |
| Octal | 265 | 362 | 100 | 31 | 0 | 112 | 5 | 121 | 127 | 74 |
| Binary | 10110101 | 11110010 | 1000000 | 11001 | 0 | 1001010 | 101 | 1010001 | 1010111 | 111100 |
Color Harmonies of #B5F240
Complementary color
Monochromatic Colors of #B5F240
Black with #B5F240
Text Example
Text Example
White with #B5F240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F240; }
p { color: rgb(181,242,64); }
H1.HeaderClassName
{
color: #B5F240;
}
.AnyTagClassName
{
color: #B5F240;
}
</style>
background-color css
<style>
a { background-color: #B5F240; }
a { background-color: rgb(181,242,64); }
div.DivClassName
{
background-color: #B5F240;
}
.BgClassName
{
background-color: #B5F240;
}
</style>
border-color css
<style>
span { border-color: #B5F240; }
span { border-color: rgb(181,242,64); }
td.TdClassName
{
border-color: #B5F240;
}
.TagClassName
{
border-color: #B5F240;
}
</style>