Shades of Conifer #B6EC4B
Tints of Conifer #B6EC4B
RGB
CMYK
RGB Variations
Color information
#B6EC4B (or 0xB6EC4B) is known color: Conifer. HEX triplet: B6, EC and 4B. RGB value is (182,236,75). Sum of RGB (Red+Green+Blue) = 182+236+75=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #B6EC4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6EC4B is #4913B4. Grayscale: #CACACA. Windows color (decimal): -4789173 or 4975798. OLE color: 4975798.
HSL color Cylindrical-coordinate representation of color #B6EC4B: hue angle of 80.12º 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 #B6EC4B is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 236 | 75 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.07 |
| HSL | 80.12º | 0.81% | 0.61% | - |
| HSV(B) | 80.12º | 0.68% | 0.93% | - |
| XYZ | 50.56 | 70.44 | 17.59 | - |
| YUV | 201.5 | 56.61 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 236 | 75 | 0.23 | 0 | 0.68 | 0.07 | 80.12 | 0.81 | 0.61 |
| Hex | B6 | EC | 4B | 17 | 0 | 44 | 7 | 50 | 51 | 3D |
| Octal | 266 | 354 | 113 | 27 | 0 | 104 | 7 | 120 | 121 | 75 |
| Binary | 10110110 | 11101100 | 1001011 | 10111 | 0 | 1000100 | 111 | 1010000 | 1010001 | 111101 |
Color Harmonies of #B6EC4B
Complementary color
Monochromatic Colors of #B6EC4B
Black with #B6EC4B
Text Example
Text Example
White with #B6EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EC4B; }
p { color: rgb(182,236,75); }
H1.HeaderClassName
{
color: #B6EC4B;
}
.AnyTagClassName
{
color: #B6EC4B;
}
</style>
background-color css
<style>
a { background-color: #B6EC4B; }
a { background-color: rgb(182,236,75); }
div.DivClassName
{
background-color: #B6EC4B;
}
.BgClassName
{
background-color: #B6EC4B;
}
</style>
border-color css
<style>
span { border-color: #B6EC4B; }
span { border-color: rgb(182,236,75); }
td.TdClassName
{
border-color: #B6EC4B;
}
.TagClassName
{
border-color: #B6EC4B;
}
</style>