Shades of Green Yellow #B5FD42
Tints of Green Yellow #B5FD42
RGB
CMYK
RGB Variations
Color information
#B5FD42 (or 0xB5FD42) is known color: Green Yellow. HEX triplet: B5, FD and 42. RGB value is (181,253,66). Sum of RGB (Red+Green+Blue) = 181+253+66=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 66 (26.17% from 255 or 13.2% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FD42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5FD42 is #4A02BD. Grayscale: #D2D2D2. Windows color (decimal): -4850366 or 4390325. OLE color: 4390325.
HSL color Cylindrical-coordinate representation of color #B5FD42: hue angle of 83.1º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5FD42 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
RGB | 181 | 253 | 66 | - |
CMYK | 0.28 | 0 | 0.74 | 0.01 |
HSL | 83.1º | 0.98% | 0.63% | - |
HSV(B) | 83.1º | 0.74% | 0.99% | - |
XYZ | 55.16 | 80.47 | 17.78 | - |
YUV | 210.15 | 46.65 | 107.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 253 | 66 | 0.28 | 0 | 0.74 | 0.01 | 83.1 | 0.98 | 0.63 |
Hex | B5 | FD | 42 | 1C | 0 | 4A | 1 | 53 | 62 | 3F |
Octal | 265 | 375 | 102 | 34 | 0 | 112 | 1 | 123 | 142 | 77 |
Binary | 10110101 | 11111101 | 1000010 | 11100 | 0 | 1001010 | 1 | 1010011 | 1100010 | 111111 |
Color Harmonies of #B5FD42
Complementary color
Monochromatic Colors of #B5FD42
Black with #B5FD42
Text Example
Text Example
White with #B5FD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FD42; }
p { color: rgb(181,253,66); }
H1.HeaderClassName
{
color: #B5FD42;
}
.AnyTagClassName
{
color: #B5FD42;
}
</style>
background-color css
<style>
a { background-color: #B5FD42; }
a { background-color: rgb(181,253,66); }
div.DivClassName
{
background-color: #B5FD42;
}
.BgClassName
{
background-color: #B5FD42;
}
</style>
border-color css
<style>
span { border-color: #B5FD42; }
span { border-color: rgb(181,253,66); }
td.TdClassName
{
border-color: #B5FD42;
}
.TagClassName
{
border-color: #B5FD42;
}
</style>