Shades of Conifer #B3EC50
Tints of Conifer #B3EC50
RGB
CMYK
RGB Variations
Color information
#B3EC50 (or 0xB3EC50) is known color: Conifer. HEX triplet: B3, EC and 50. RGB value is (179,236,80). Sum of RGB (Red+Green+Blue) = 179+236+80=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #B3EC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3EC50 is #4C13AF. Grayscale: #C9C9C9. Windows color (decimal): -4985776 or 5303475. OLE color: 5303475.
HSL color Cylindrical-coordinate representation of color #B3EC50: hue angle of 81.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3EC50 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 236 | 80 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.07 |
| HSL | 81.92º | 0.8% | 0.62% | - |
| HSV(B) | 81.92º | 0.66% | 0.93% | - |
| XYZ | 50.03 | 70.15 | 18.49 | - |
| YUV | 201.17 | 59.62 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 236 | 80 | 0.24 | 0 | 0.66 | 0.07 | 81.92 | 0.8 | 0.62 |
| Hex | B3 | EC | 50 | 18 | 0 | 42 | 7 | 52 | 50 | 3E |
| Octal | 263 | 354 | 120 | 30 | 0 | 102 | 7 | 122 | 120 | 76 |
| Binary | 10110011 | 11101100 | 1010000 | 11000 | 0 | 1000010 | 111 | 1010010 | 1010000 | 111110 |
Color Harmonies of #B3EC50
Complementary color
Monochromatic Colors of #B3EC50
Black with #B3EC50
Text Example
Text Example
White with #B3EC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EC50; }
p { color: rgb(179,236,80); }
H1.HeaderClassName
{
color: #B3EC50;
}
.AnyTagClassName
{
color: #B3EC50;
}
</style>
background-color css
<style>
a { background-color: #B3EC50; }
a { background-color: rgb(179,236,80); }
div.DivClassName
{
background-color: #B3EC50;
}
.BgClassName
{
background-color: #B3EC50;
}
</style>
border-color css
<style>
span { border-color: #B3EC50; }
span { border-color: rgb(179,236,80); }
td.TdClassName
{
border-color: #B3EC50;
}
.TagClassName
{
border-color: #B3EC50;
}
</style>