Shades of Green Yellow #B5EC3C
Tints of Green Yellow #B5EC3C
RGB
CMYK
RGB Variations
Color information
#B5EC3C (or 0xB5EC3C) is known color: Green Yellow. HEX triplet: B5, EC and 3C. RGB value is (181,236,60). Sum of RGB (Red+Green+Blue) = 181+236+60=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5EC3C is #4A13C3. Grayscale: #C8C8C8. Windows color (decimal): -4854724 or 3992757. OLE color: 3992757.
HSL color Cylindrical-coordinate representation of color #B5EC3C: hue angle of 78.75º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5EC3C is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 60 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.07 |
| HSL | 78.75º | 0.82% | 0.58% | - |
| HSV(B) | 78.75º | 0.75% | 0.93% | - |
| XYZ | 49.87 | 70.14 | 15.19 | - |
| YUV | 199.49 | 49.28 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 60 | 0.23 | 0 | 0.75 | 0.07 | 78.75 | 0.82 | 0.58 |
| Hex | B5 | EC | 3C | 17 | 0 | 4B | 7 | 4F | 52 | 3A |
| Octal | 265 | 354 | 74 | 27 | 0 | 113 | 7 | 117 | 122 | 72 |
| Binary | 10110101 | 11101100 | 111100 | 10111 | 0 | 1001011 | 111 | 1001111 | 1010010 | 111010 |
Color Harmonies of #B5EC3C
Complementary color
Monochromatic Colors of #B5EC3C
Black with #B5EC3C
Text Example
Text Example
White with #B5EC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EC3C; }
p { color: rgb(181,236,60); }
H1.HeaderClassName
{
color: #B5EC3C;
}
.AnyTagClassName
{
color: #B5EC3C;
}
</style>
background-color css
<style>
a { background-color: #B5EC3C; }
a { background-color: rgb(181,236,60); }
div.DivClassName
{
background-color: #B5EC3C;
}
.BgClassName
{
background-color: #B5EC3C;
}
</style>
border-color css
<style>
span { border-color: #B5EC3C; }
span { border-color: rgb(181,236,60); }
td.TdClassName
{
border-color: #B5EC3C;
}
.TagClassName
{
border-color: #B5EC3C;
}
</style>