Shades of Conifer #B5EC4B
Tints of Conifer #B5EC4B
RGB
CMYK
RGB Variations
Color information
#B5EC4B (or 0xB5EC4B) is known color: Conifer. HEX triplet: B5, EC and 4B. RGB value is (181,236,75). Sum of RGB (Red+Green+Blue) = 181+236+75=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5EC4B is #4A13B4. Grayscale: #C9C9C9. Windows color (decimal): -4854709 or 4975797. OLE color: 4975797.
HSL color Cylindrical-coordinate representation of color #B5EC4B: hue angle of 80.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5EC4B is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 75 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.07 |
| HSL | 80.5º | 0.81% | 0.61% | - |
| HSV(B) | 80.5º | 0.68% | 0.93% | - |
| XYZ | 50.32 | 70.32 | 17.58 | - |
| YUV | 201.2 | 56.78 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 75 | 0.23 | 0 | 0.68 | 0.07 | 80.5 | 0.81 | 0.61 |
| Hex | B5 | EC | 4B | 17 | 0 | 44 | 7 | 50 | 51 | 3D |
| Octal | 265 | 354 | 113 | 27 | 0 | 104 | 7 | 120 | 121 | 75 |
| Binary | 10110101 | 11101100 | 1001011 | 10111 | 0 | 1000100 | 111 | 1010000 | 1010001 | 111101 |
Color Harmonies of #B5EC4B
Complementary color
Monochromatic Colors of #B5EC4B
Black with #B5EC4B
Text Example
Text Example
White with #B5EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EC4B; }
p { color: rgb(181,236,75); }
H1.HeaderClassName
{
color: #B5EC4B;
}
.AnyTagClassName
{
color: #B5EC4B;
}
</style>
background-color css
<style>
a { background-color: #B5EC4B; }
a { background-color: rgb(181,236,75); }
div.DivClassName
{
background-color: #B5EC4B;
}
.BgClassName
{
background-color: #B5EC4B;
}
</style>
border-color css
<style>
span { border-color: #B5EC4B; }
span { border-color: rgb(181,236,75); }
td.TdClassName
{
border-color: #B5EC4B;
}
.TagClassName
{
border-color: #B5EC4B;
}
</style>