Shades of Green Yellow #B5F32A
Tints of Green Yellow #B5F32A
RGB
CMYK
RGB Variations
Color information
#B5F32A (or 0xB5F32A) is known color: Green Yellow. HEX triplet: B5, F3 and 2A. RGB value is (181,243,42). Sum of RGB (Red+Green+Blue) = 181+243+42=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 243 (95.31% from 255 or 52.15% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F32A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F32A is #4A0CD5. Grayscale: #CACACA. Windows color (decimal): -4852950 or 2814901. OLE color: 2814901.
HSL color Cylindrical-coordinate representation of color #B5F32A: hue angle of 78.51º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5F32A is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 243 | 42 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.05 |
| HSL | 78.51º | 0.89% | 0.56% | - |
| HSV(B) | 78.51º | 0.83% | 0.95% | - |
| XYZ | 51.52 | 74.09 | 13.78 | - |
| YUV | 201.55 | 37.96 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 243 | 42 | 0.26 | 0 | 0.83 | 0.05 | 78.51 | 0.89 | 0.56 |
| Hex | B5 | F3 | 2A | 1A | 0 | 53 | 5 | 4F | 59 | 38 |
| Octal | 265 | 363 | 52 | 32 | 0 | 123 | 5 | 117 | 131 | 70 |
| Binary | 10110101 | 11110011 | 101010 | 11010 | 0 | 1010011 | 101 | 1001111 | 1011001 | 111000 |
Color Harmonies of #B5F32A
Complementary color
Monochromatic Colors of #B5F32A
Black with #B5F32A
Text Example
Text Example
White with #B5F32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F32A; }
p { color: rgb(181,243,42); }
H1.HeaderClassName
{
color: #B5F32A;
}
.AnyTagClassName
{
color: #B5F32A;
}
</style>
background-color css
<style>
a { background-color: #B5F32A; }
a { background-color: rgb(181,243,42); }
div.DivClassName
{
background-color: #B5F32A;
}
.BgClassName
{
background-color: #B5F32A;
}
</style>
border-color css
<style>
span { border-color: #B5F32A; }
span { border-color: rgb(181,243,42); }
td.TdClassName
{
border-color: #B5F32A;
}
.TagClassName
{
border-color: #B5F32A;
}
</style>