Shades of Conifer #B5EC4E
Tints of Conifer #B5EC4E
RGB
CMYK
RGB Variations
Color information
#B5EC4E (or 0xB5EC4E) is known color: Conifer. HEX triplet: B5, EC and 4E. RGB value is (181,236,78). Sum of RGB (Red+Green+Blue) = 181+236+78=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EC4E is #4A13B1. Grayscale: #CACACA. Windows color (decimal): -4854706 or 5172405. OLE color: 5172405.
HSL color Cylindrical-coordinate representation of color #B5EC4E: hue angle of 80.89º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5EC4E is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 78 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.07 |
| HSL | 80.89º | 0.81% | 0.62% | - |
| HSV(B) | 80.89º | 0.67% | 0.93% | - |
| XYZ | 50.43 | 70.36 | 18.13 | - |
| YUV | 201.54 | 58.28 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 78 | 0.23 | 0 | 0.67 | 0.07 | 80.89 | 0.81 | 0.62 |
| Hex | B5 | EC | 4E | 17 | 0 | 43 | 7 | 51 | 51 | 3E |
| Octal | 265 | 354 | 116 | 27 | 0 | 103 | 7 | 121 | 121 | 76 |
| Binary | 10110101 | 11101100 | 1001110 | 10111 | 0 | 1000011 | 111 | 1010001 | 1010001 | 111110 |
Color Harmonies of #B5EC4E
Complementary color
Monochromatic Colors of #B5EC4E
Black with #B5EC4E
Text Example
Text Example
White with #B5EC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EC4E; }
p { color: rgb(181,236,78); }
H1.HeaderClassName
{
color: #B5EC4E;
}
.AnyTagClassName
{
color: #B5EC4E;
}
</style>
background-color css
<style>
a { background-color: #B5EC4E; }
a { background-color: rgb(181,236,78); }
div.DivClassName
{
background-color: #B5EC4E;
}
.BgClassName
{
background-color: #B5EC4E;
}
</style>
border-color css
<style>
span { border-color: #B5EC4E; }
span { border-color: rgb(181,236,78); }
td.TdClassName
{
border-color: #B5EC4E;
}
.TagClassName
{
border-color: #B5EC4E;
}
</style>