Shades of Conifer #B2EC54
Tints of Conifer #B2EC54
RGB
CMYK
RGB Variations
Color information
#B2EC54 (or 0xB2EC54) is known color: Conifer. HEX triplet: B2, EC and 54. RGB value is (178,236,84). Sum of RGB (Red+Green+Blue) = 178+236+84=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EC54 is #4D13AB. Grayscale: #C9C9C9. Windows color (decimal): -5051308 or 5565618. OLE color: 5565618.
HSL color Cylindrical-coordinate representation of color #B2EC54: hue angle of 82.89º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2EC54 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 84 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.07 |
| HSL | 82.89º | 0.8% | 0.63% | - |
| HSV(B) | 82.89º | 0.64% | 0.93% | - |
| XYZ | 49.96 | 70.1 | 19.28 | - |
| YUV | 201.33 | 61.78 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 84 | 0.25 | 0 | 0.64 | 0.07 | 82.89 | 0.8 | 0.63 |
| Hex | B2 | EC | 54 | 19 | 0 | 40 | 7 | 53 | 50 | 3F |
| Octal | 262 | 354 | 124 | 31 | 0 | 100 | 7 | 123 | 120 | 77 |
| Binary | 10110010 | 11101100 | 1010100 | 11001 | 0 | 1000000 | 111 | 1010011 | 1010000 | 111111 |
Color Harmonies of #B2EC54
Complementary color
Monochromatic Colors of #B2EC54
Black with #B2EC54
Text Example
Text Example
White with #B2EC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EC54; }
p { color: rgb(178,236,84); }
H1.HeaderClassName
{
color: #B2EC54;
}
.AnyTagClassName
{
color: #B2EC54;
}
</style>
background-color css
<style>
a { background-color: #B2EC54; }
a { background-color: rgb(178,236,84); }
div.DivClassName
{
background-color: #B2EC54;
}
.BgClassName
{
background-color: #B2EC54;
}
</style>
border-color css
<style>
span { border-color: #B2EC54; }
span { border-color: rgb(178,236,84); }
td.TdClassName
{
border-color: #B2EC54;
}
.TagClassName
{
border-color: #B2EC54;
}
</style>