Shades of Green Yellow #B5FD3A
Tints of Green Yellow #B5FD3A
RGB
CMYK
RGB Variations
Color information
#B5FD3A (or 0xB5FD3A) is known color: Green Yellow. HEX triplet: B5, FD and 3A. RGB value is (181,253,58). Sum of RGB (Red+Green+Blue) = 181+253+58=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 253 (99.22% from 255 or 51.42% from 492); Blue value is 58 (23.05% from 255 or 11.79% from 492); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FD3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5FD3A is #4A02C5. Grayscale: #D1D1D1. Windows color (decimal): -4850374 or 3866037. OLE color: 3866037.
HSL color Cylindrical-coordinate representation of color #B5FD3A: hue angle of 82.15º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5FD3A is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
RGB | 181 | 253 | 58 | - |
CMYK | 0.28 | 0 | 0.77 | 0.01 |
HSL | 82.15º | 0.98% | 0.61% | - |
HSV(B) | 82.15º | 0.77% | 0.99% | - |
XYZ | 54.95 | 80.38 | 16.62 | - |
YUV | 209.24 | 42.65 | 107.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 253 | 58 | 0.28 | 0 | 0.77 | 0.01 | 82.15 | 0.98 | 0.61 |
Hex | B5 | FD | 3A | 1C | 0 | 4D | 1 | 52 | 62 | 3D |
Octal | 265 | 375 | 72 | 34 | 0 | 115 | 1 | 122 | 142 | 75 |
Binary | 10110101 | 11111101 | 111010 | 11100 | 0 | 1001101 | 1 | 1010010 | 1100010 | 111101 |
Color Harmonies of #B5FD3A
Complementary color
Monochromatic Colors of #B5FD3A
Black with #B5FD3A
Text Example
Text Example
White with #B5FD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FD3A; }
p { color: rgb(181,253,58); }
H1.HeaderClassName
{
color: #B5FD3A;
}
.AnyTagClassName
{
color: #B5FD3A;
}
</style>
background-color css
<style>
a { background-color: #B5FD3A; }
a { background-color: rgb(181,253,58); }
div.DivClassName
{
background-color: #B5FD3A;
}
.BgClassName
{
background-color: #B5FD3A;
}
</style>
border-color css
<style>
span { border-color: #B5FD3A; }
span { border-color: rgb(181,253,58); }
td.TdClassName
{
border-color: #B5FD3A;
}
.TagClassName
{
border-color: #B5FD3A;
}
</style>