Shades of Green Yellow #B5FD46
Tints of Green Yellow #B5FD46
RGB
CMYK
RGB Variations
Color information
#B5FD46 (or 0xB5FD46) is known color: Green Yellow. HEX triplet: B5, FD and 46. RGB value is (181,253,70). Sum of RGB (Red+Green+Blue) = 181+253+70=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FD46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5FD46 is #4A02B9. Grayscale: #D3D3D3. Windows color (decimal): -4850362 or 4652469. OLE color: 4652469.
HSL color Cylindrical-coordinate representation of color #B5FD46: hue angle of 83.61º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5FD46 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
RGB | 181 | 253 | 70 | - |
CMYK | 0.28 | 0 | 0.72 | 0.01 |
HSL | 83.61º | 0.98% | 0.63% | - |
HSV(B) | 83.61º | 0.72% | 0.99% | - |
XYZ | 55.29 | 80.52 | 18.42 | - |
YUV | 210.61 | 48.65 | 106.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 253 | 70 | 0.28 | 0 | 0.72 | 0.01 | 83.61 | 0.98 | 0.63 |
Hex | B5 | FD | 46 | 1C | 0 | 48 | 1 | 54 | 62 | 3F |
Octal | 265 | 375 | 106 | 34 | 0 | 110 | 1 | 124 | 142 | 77 |
Binary | 10110101 | 11111101 | 1000110 | 11100 | 0 | 1001000 | 1 | 1010100 | 1100010 | 111111 |
Color Harmonies of #B5FD46
Complementary color
Monochromatic Colors of #B5FD46
Black with #B5FD46
Text Example
Text Example
White with #B5FD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FD46; }
p { color: rgb(181,253,70); }
H1.HeaderClassName
{
color: #B5FD46;
}
.AnyTagClassName
{
color: #B5FD46;
}
</style>
background-color css
<style>
a { background-color: #B5FD46; }
a { background-color: rgb(181,253,70); }
div.DivClassName
{
background-color: #B5FD46;
}
.BgClassName
{
background-color: #B5FD46;
}
</style>
border-color css
<style>
span { border-color: #B5FD46; }
span { border-color: rgb(181,253,70); }
td.TdClassName
{
border-color: #B5FD46;
}
.TagClassName
{
border-color: #B5FD46;
}
</style>