Shades of Green Yellow #B5FA1C
Tints of Green Yellow #B5FA1C
RGB
CMYK
RGB Variations
Color information
#B5FA1C (or 0xB5FA1C) is known color: Green Yellow. HEX triplet: B5, FA and 1C. RGB value is (181,250,28). Sum of RGB (Red+Green+Blue) = 181+250+28=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 250 (98.05% from 255 or 54.47% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5FA1C is #4A05E3. Grayscale: #CCCCCC. Windows color (decimal): -4851172 or 1899189. OLE color: 1899189.
HSL color Cylindrical-coordinate representation of color #B5FA1C: hue angle of 78.65º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B5FA1C is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 28 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.02 |
| HSL | 78.65º | 0.96% | 0.55% | - |
| HSV(B) | 78.65º | 0.89% | 0.98% | - |
| XYZ | 53.45 | 78.28 | 13.39 | - |
| YUV | 204.06 | 28.64 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 28 | 0.28 | 0 | 0.89 | 0.02 | 78.65 | 0.96 | 0.55 |
| Hex | B5 | FA | 1C | 1C | 0 | 59 | 2 | 4F | 60 | 37 |
| Octal | 265 | 372 | 34 | 34 | 0 | 131 | 2 | 117 | 140 | 67 |
| Binary | 10110101 | 11111010 | 11100 | 11100 | 0 | 1011001 | 10 | 1001111 | 1100000 | 110111 |
Color Harmonies of #B5FA1C
Complementary color
Monochromatic Colors of #B5FA1C
Black with #B5FA1C
Text Example
Text Example
White with #B5FA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FA1C; }
p { color: rgb(181,250,28); }
H1.HeaderClassName
{
color: #B5FA1C;
}
.AnyTagClassName
{
color: #B5FA1C;
}
</style>
background-color css
<style>
a { background-color: #B5FA1C; }
a { background-color: rgb(181,250,28); }
div.DivClassName
{
background-color: #B5FA1C;
}
.BgClassName
{
background-color: #B5FA1C;
}
</style>
border-color css
<style>
span { border-color: #B5FA1C; }
span { border-color: rgb(181,250,28); }
td.TdClassName
{
border-color: #B5FA1C;
}
.TagClassName
{
border-color: #B5FA1C;
}
</style>