Shades of Conifer #B2EB41
Tints of Conifer #B2EB41
RGB
CMYK
RGB Variations
Color information
#B2EB41 (or 0xB2EB41) is known color: Conifer. HEX triplet: B2, EB and 41. RGB value is (178,235,65). Sum of RGB (Red+Green+Blue) = 178+235+65=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 65 (25.78% from 255 or 13.60% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2EB41 is #4D14BE. Grayscale: #C7C7C7. Windows color (decimal): -5051583 or 4320178. OLE color: 4320178.
HSL color Cylindrical-coordinate representation of color #B2EB41: hue angle of 80.12º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2EB41 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 235 | 65 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.08 |
| HSL | 80.12º | 0.81% | 0.59% | - |
| HSV(B) | 80.12º | 0.72% | 0.92% | - |
| XYZ | 49.02 | 69.26 | 15.79 | - |
| YUV | 198.58 | 52.62 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 65 | 0.24 | 0 | 0.72 | 0.08 | 80.12 | 0.81 | 0.59 |
| Hex | B2 | EB | 41 | 18 | 0 | 48 | 8 | 50 | 51 | 3B |
| Octal | 262 | 353 | 101 | 30 | 0 | 110 | 10 | 120 | 121 | 73 |
| Binary | 10110010 | 11101011 | 1000001 | 11000 | 0 | 1001000 | 1000 | 1010000 | 1010001 | 111011 |
Color Harmonies of #B2EB41
Complementary color
Monochromatic Colors of #B2EB41
Black with #B2EB41
Text Example
Text Example
White with #B2EB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EB41; }
p { color: rgb(178,235,65); }
H1.HeaderClassName
{
color: #B2EB41;
}
.AnyTagClassName
{
color: #B2EB41;
}
</style>
background-color css
<style>
a { background-color: #B2EB41; }
a { background-color: rgb(178,235,65); }
div.DivClassName
{
background-color: #B2EB41;
}
.BgClassName
{
background-color: #B2EB41;
}
</style>
border-color css
<style>
span { border-color: #B2EB41; }
span { border-color: rgb(178,235,65); }
td.TdClassName
{
border-color: #B2EB41;
}
.TagClassName
{
border-color: #B2EB41;
}
</style>