Shades of Conifer #B1EC4B
Tints of Conifer #B1EC4B
RGB
CMYK
RGB Variations
Color information
#B1EC4B (or 0xB1EC4B) is known color: Conifer. HEX triplet: B1, EC and 4B. RGB value is (177,236,75). Sum of RGB (Red+Green+Blue) = 177+236+75=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #B1EC4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1EC4B is #4E13B4. Grayscale: #C8C8C8. Windows color (decimal): -5116853 or 4975793. OLE color: 4975793.
HSL color Cylindrical-coordinate representation of color #B1EC4B: hue angle of 81.99º 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 #B1EC4B is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 236 | 75 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.07 |
| HSL | 81.99º | 0.81% | 0.61% | - |
| HSV(B) | 81.99º | 0.68% | 0.93% | - |
| XYZ | 49.4 | 69.85 | 17.53 | - |
| YUV | 200.01 | 57.45 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 236 | 75 | 0.25 | 0 | 0.68 | 0.07 | 81.99 | 0.81 | 0.61 |
| Hex | B1 | EC | 4B | 19 | 0 | 44 | 7 | 52 | 51 | 3D |
| Octal | 261 | 354 | 113 | 31 | 0 | 104 | 7 | 122 | 121 | 75 |
| Binary | 10110001 | 11101100 | 1001011 | 11001 | 0 | 1000100 | 111 | 1010010 | 1010001 | 111101 |
Color Harmonies of #B1EC4B
Complementary color
Monochromatic Colors of #B1EC4B
Black with #B1EC4B
Text Example
Text Example
White with #B1EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EC4B; }
p { color: rgb(177,236,75); }
H1.HeaderClassName
{
color: #B1EC4B;
}
.AnyTagClassName
{
color: #B1EC4B;
}
</style>
background-color css
<style>
a { background-color: #B1EC4B; }
a { background-color: rgb(177,236,75); }
div.DivClassName
{
background-color: #B1EC4B;
}
.BgClassName
{
background-color: #B1EC4B;
}
</style>
border-color css
<style>
span { border-color: #B1EC4B; }
span { border-color: rgb(177,236,75); }
td.TdClassName
{
border-color: #B1EC4B;
}
.TagClassName
{
border-color: #B1EC4B;
}
</style>