Shades of Conifer #B4EC4B
Tints of Conifer #B4EC4B
RGB
CMYK
RGB Variations
Color information
#B4EC4B (or 0xB4EC4B) is known color: Conifer. HEX triplet: B4, EC and 4B. RGB value is (180,236,75). Sum of RGB (Red+Green+Blue) = 180+236+75=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 75 (29.69% from 255 or 15.27% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #B4EC4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4EC4B is #4B13B4. Grayscale: #C9C9C9. Windows color (decimal): -4920245 or 4975796. OLE color: 4975796.
HSL color Cylindrical-coordinate representation of color #B4EC4B: hue angle of 80.87º 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 #B4EC4B is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 75 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.07 |
| HSL | 80.87º | 0.81% | 0.61% | - |
| HSV(B) | 80.87º | 0.68% | 0.93% | - |
| XYZ | 50.09 | 70.2 | 17.57 | - |
| YUV | 200.9 | 56.95 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 75 | 0.24 | 0 | 0.68 | 0.07 | 80.87 | 0.81 | 0.61 |
| Hex | B4 | EC | 4B | 18 | 0 | 44 | 7 | 51 | 51 | 3D |
| Octal | 264 | 354 | 113 | 30 | 0 | 104 | 7 | 121 | 121 | 75 |
| Binary | 10110100 | 11101100 | 1001011 | 11000 | 0 | 1000100 | 111 | 1010001 | 1010001 | 111101 |
Color Harmonies of #B4EC4B
Complementary color
Monochromatic Colors of #B4EC4B
Black with #B4EC4B
Text Example
Text Example
White with #B4EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EC4B; }
p { color: rgb(180,236,75); }
H1.HeaderClassName
{
color: #B4EC4B;
}
.AnyTagClassName
{
color: #B4EC4B;
}
</style>
background-color css
<style>
a { background-color: #B4EC4B; }
a { background-color: rgb(180,236,75); }
div.DivClassName
{
background-color: #B4EC4B;
}
.BgClassName
{
background-color: #B4EC4B;
}
</style>
border-color css
<style>
span { border-color: #B4EC4B; }
span { border-color: rgb(180,236,75); }
td.TdClassName
{
border-color: #B4EC4B;
}
.TagClassName
{
border-color: #B4EC4B;
}
</style>