Shades of Conifer #B3EC4D
Tints of Conifer #B3EC4D
RGB
CMYK
RGB Variations
Color information
#B3EC4D (or 0xB3EC4D) is known color: Conifer. HEX triplet: B3, EC and 4D. RGB value is (179,236,77). Sum of RGB (Red+Green+Blue) = 179+236+77=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #B3EC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3EC4D is #4C13B2. Grayscale: #C9C9C9. Windows color (decimal): -4985779 or 5106867. OLE color: 5106867.
HSL color Cylindrical-coordinate representation of color #B3EC4D: hue angle of 81.51º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B3EC4D is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 236 | 77 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.07 |
| HSL | 81.51º | 0.81% | 0.61% | - |
| HSV(B) | 81.51º | 0.67% | 0.93% | - |
| XYZ | 49.93 | 70.11 | 17.92 | - |
| YUV | 200.83 | 58.12 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 236 | 77 | 0.24 | 0 | 0.67 | 0.07 | 81.51 | 0.81 | 0.61 |
| Hex | B3 | EC | 4D | 18 | 0 | 43 | 7 | 52 | 51 | 3D |
| Octal | 263 | 354 | 115 | 30 | 0 | 103 | 7 | 122 | 121 | 75 |
| Binary | 10110011 | 11101100 | 1001101 | 11000 | 0 | 1000011 | 111 | 1010010 | 1010001 | 111101 |
Color Harmonies of #B3EC4D
Complementary color
Monochromatic Colors of #B3EC4D
Black with #B3EC4D
Text Example
Text Example
White with #B3EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EC4D; }
p { color: rgb(179,236,77); }
H1.HeaderClassName
{
color: #B3EC4D;
}
.AnyTagClassName
{
color: #B3EC4D;
}
</style>
background-color css
<style>
a { background-color: #B3EC4D; }
a { background-color: rgb(179,236,77); }
div.DivClassName
{
background-color: #B3EC4D;
}
.BgClassName
{
background-color: #B3EC4D;
}
</style>
border-color css
<style>
span { border-color: #B3EC4D; }
span { border-color: rgb(179,236,77); }
td.TdClassName
{
border-color: #B3EC4D;
}
.TagClassName
{
border-color: #B3EC4D;
}
</style>