Shades of Green Yellow #B5FD1F
Tints of Green Yellow #B5FD1F
RGB
CMYK
RGB Variations
Color information
#B5FD1F (or 0xB5FD1F) is known color: Green Yellow. HEX triplet: B5, FD and 1F. RGB value is (181,253,31). Sum of RGB (Red+Green+Blue) = 181+253+31=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 253 (99.22% from 255 or 54.41% from 465); Blue value is 31 (12.5% from 255 or 6.67% from 465); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FD1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5FD1F is #4A02E0. Grayscale: #CECECE. Windows color (decimal): -4850401 or 2096565. OLE color: 2096565.
HSL color Cylindrical-coordinate representation of color #B5FD1F: hue angle of 79.46º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5FD1F is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
RGB | 181 | 253 | 31 | - |
CMYK | 0.28 | 0 | 0.88 | 0.01 |
HSL | 79.46º | 0.98% | 0.56% | - |
HSV(B) | 79.46º | 0.88% | 0.99% | - |
XYZ | 54.43 | 80.17 | 13.9 | - |
YUV | 206.16 | 29.15 | 110.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 253 | 31 | 0.28 | 0 | 0.88 | 0.01 | 79.46 | 0.98 | 0.56 |
Hex | B5 | FD | 1F | 1C | 0 | 58 | 1 | 4F | 62 | 38 |
Octal | 265 | 375 | 37 | 34 | 0 | 130 | 1 | 117 | 142 | 70 |
Binary | 10110101 | 11111101 | 11111 | 11100 | 0 | 1011000 | 1 | 1001111 | 1100010 | 111000 |
Color Harmonies of #B5FD1F
Complementary color
Monochromatic Colors of #B5FD1F
Black with #B5FD1F
Text Example
Text Example
White with #B5FD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FD1F; }
p { color: rgb(181,253,31); }
H1.HeaderClassName
{
color: #B5FD1F;
}
.AnyTagClassName
{
color: #B5FD1F;
}
</style>
background-color css
<style>
a { background-color: #B5FD1F; }
a { background-color: rgb(181,253,31); }
div.DivClassName
{
background-color: #B5FD1F;
}
.BgClassName
{
background-color: #B5FD1F;
}
</style>
border-color css
<style>
span { border-color: #B5FD1F; }
span { border-color: rgb(181,253,31); }
td.TdClassName
{
border-color: #B5FD1F;
}
.TagClassName
{
border-color: #B5FD1F;
}
</style>