Shades of Conifer #B3EC5E
Tints of Conifer #B3EC5E
RGB
CMYK
RGB Variations
Color information
#B3EC5E (or 0xB3EC5E) is known color: Conifer. HEX triplet: B3, EC and 5E. RGB value is (179,236,94). Sum of RGB (Red+Green+Blue) = 179+236+94=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #B3EC5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3EC5E is #4C13A1. Grayscale: #CBCBCB. Windows color (decimal): -4985762 or 6220979. OLE color: 6220979.
HSL color Cylindrical-coordinate representation of color #B3EC5E: hue angle of 84.08º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3EC5E is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 236 | 94 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.07 |
| HSL | 84.08º | 0.79% | 0.65% | - |
| HSV(B) | 84.08º | 0.6% | 0.93% | - |
| XYZ | 50.61 | 70.38 | 21.51 | - |
| YUV | 202.77 | 66.62 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 236 | 94 | 0.24 | 0 | 0.60 | 0.07 | 84.08 | 0.79 | 0.65 |
| Hex | B3 | EC | 5E | 18 | 0 | 3C | 7 | 54 | 4F | 41 |
| Octal | 263 | 354 | 136 | 30 | 0 | 74 | 7 | 124 | 117 | 101 |
| Binary | 10110011 | 11101100 | 1011110 | 11000 | 0 | 111100 | 111 | 1010100 | 1001111 | 1000001 |
Color Harmonies of #B3EC5E
Complementary color
Monochromatic Colors of #B3EC5E
Black with #B3EC5E
Text Example
Text Example
White with #B3EC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EC5E; }
p { color: rgb(179,236,94); }
H1.HeaderClassName
{
color: #B3EC5E;
}
.AnyTagClassName
{
color: #B3EC5E;
}
</style>
background-color css
<style>
a { background-color: #B3EC5E; }
a { background-color: rgb(179,236,94); }
div.DivClassName
{
background-color: #B3EC5E;
}
.BgClassName
{
background-color: #B3EC5E;
}
</style>
border-color css
<style>
span { border-color: #B3EC5E; }
span { border-color: rgb(179,236,94); }
td.TdClassName
{
border-color: #B3EC5E;
}
.TagClassName
{
border-color: #B3EC5E;
}
</style>