Shades of Conifer #B2EB54
Tints of Conifer #B2EB54
RGB
CMYK
RGB Variations
Color information
#B2EB54 (or 0xB2EB54) is known color: Conifer. HEX triplet: B2, EB and 54. RGB value is (178,235,84). Sum of RGB (Red+Green+Blue) = 178+235+84=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EB54 is #4D14AB. Grayscale: #C9C9C9. Windows color (decimal): -5051564 or 5565362. OLE color: 5565362.
HSL color Cylindrical-coordinate representation of color #B2EB54: hue angle of 82.65º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2EB54 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 235 | 84 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.08 |
| HSL | 82.65º | 0.79% | 0.63% | - |
| HSV(B) | 82.65º | 0.64% | 0.92% | - |
| XYZ | 49.67 | 69.52 | 19.19 | - |
| YUV | 200.74 | 62.12 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 84 | 0.24 | 0 | 0.64 | 0.08 | 82.65 | 0.79 | 0.63 |
| Hex | B2 | EB | 54 | 18 | 0 | 40 | 8 | 53 | 4F | 3F |
| Octal | 262 | 353 | 124 | 30 | 0 | 100 | 10 | 123 | 117 | 77 |
| Binary | 10110010 | 11101011 | 1010100 | 11000 | 0 | 1000000 | 1000 | 1010011 | 1001111 | 111111 |
Color Harmonies of #B2EB54
Complementary color
Monochromatic Colors of #B2EB54
Black with #B2EB54
Text Example
Text Example
White with #B2EB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EB54; }
p { color: rgb(178,235,84); }
H1.HeaderClassName
{
color: #B2EB54;
}
.AnyTagClassName
{
color: #B2EB54;
}
</style>
background-color css
<style>
a { background-color: #B2EB54; }
a { background-color: rgb(178,235,84); }
div.DivClassName
{
background-color: #B2EB54;
}
.BgClassName
{
background-color: #B2EB54;
}
</style>
border-color css
<style>
span { border-color: #B2EB54; }
span { border-color: rgb(178,235,84); }
td.TdClassName
{
border-color: #B2EB54;
}
.TagClassName
{
border-color: #B2EB54;
}
</style>