Shades of Green Yellow #B5F534
Tints of Green Yellow #B5F534
RGB
CMYK
RGB Variations
Color information
#B5F534 (or 0xB5F534) is known color: Green Yellow. HEX triplet: B5, F5 and 34. RGB value is (181,245,52). Sum of RGB (Red+Green+Blue) = 181+245+52=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 245 (96.09% from 255 or 51.26% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 245 - color contains mainly: green. Hex color #B5F534 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F534 is #4A0ACB. Grayscale: #CCCCCC. Windows color (decimal): -4852428 or 3470773. OLE color: 3470773.
HSL color Cylindrical-coordinate representation of color #B5F534: hue angle of 79.9º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5F534 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 245 | 52 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.04 |
| HSL | 79.9º | 0.91% | 0.58% | - |
| HSV(B) | 79.9º | 0.79% | 0.96% | - |
| XYZ | 52.33 | 75.38 | 15.04 | - |
| YUV | 203.86 | 42.3 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 245 | 52 | 0.26 | 0 | 0.79 | 0.04 | 79.9 | 0.91 | 0.58 |
| Hex | B5 | F5 | 34 | 1A | 0 | 4F | 4 | 50 | 5B | 3A |
| Octal | 265 | 365 | 64 | 32 | 0 | 117 | 4 | 120 | 133 | 72 |
| Binary | 10110101 | 11110101 | 110100 | 11010 | 0 | 1001111 | 100 | 1010000 | 1011011 | 111010 |
Color Harmonies of #B5F534
Complementary color
Monochromatic Colors of #B5F534
Black with #B5F534
Text Example
Text Example
White with #B5F534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F534; }
p { color: rgb(181,245,52); }
H1.HeaderClassName
{
color: #B5F534;
}
.AnyTagClassName
{
color: #B5F534;
}
</style>
background-color css
<style>
a { background-color: #B5F534; }
a { background-color: rgb(181,245,52); }
div.DivClassName
{
background-color: #B5F534;
}
.BgClassName
{
background-color: #B5F534;
}
</style>
border-color css
<style>
span { border-color: #B5F534; }
span { border-color: rgb(181,245,52); }
td.TdClassName
{
border-color: #B5F534;
}
.TagClassName
{
border-color: #B5F534;
}
</style>