Shades of Conifer #B2EB4D
Tints of Conifer #B2EB4D
RGB
CMYK
RGB Variations
Color information
#B2EB4D (or 0xB2EB4D) is known color: Conifer. HEX triplet: B2, EB and 4D. RGB value is (178,235,77). Sum of RGB (Red+Green+Blue) = 178+235+77=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EB4D is #4D14B2. Grayscale: #C8C8C8. Windows color (decimal): -5051571 or 5106610. OLE color: 5106610.
HSL color Cylindrical-coordinate representation of color #B2EB4D: hue angle of 81.65º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2EB4D is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 235 | 77 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.08 |
| HSL | 81.65º | 0.8% | 0.61% | - |
| HSV(B) | 81.65º | 0.67% | 0.92% | - |
| XYZ | 49.41 | 69.42 | 17.82 | - |
| YUV | 199.95 | 58.62 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 77 | 0.24 | 0 | 0.67 | 0.08 | 81.65 | 0.8 | 0.61 |
| Hex | B2 | EB | 4D | 18 | 0 | 43 | 8 | 52 | 50 | 3D |
| Octal | 262 | 353 | 115 | 30 | 0 | 103 | 10 | 122 | 120 | 75 |
| Binary | 10110010 | 11101011 | 1001101 | 11000 | 0 | 1000011 | 1000 | 1010010 | 1010000 | 111101 |
Color Harmonies of #B2EB4D
Complementary color
Monochromatic Colors of #B2EB4D
Black with #B2EB4D
Text Example
Text Example
White with #B2EB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EB4D; }
p { color: rgb(178,235,77); }
H1.HeaderClassName
{
color: #B2EB4D;
}
.AnyTagClassName
{
color: #B2EB4D;
}
</style>
background-color css
<style>
a { background-color: #B2EB4D; }
a { background-color: rgb(178,235,77); }
div.DivClassName
{
background-color: #B2EB4D;
}
.BgClassName
{
background-color: #B2EB4D;
}
</style>
border-color css
<style>
span { border-color: #B2EB4D; }
span { border-color: rgb(178,235,77); }
td.TdClassName
{
border-color: #B2EB4D;
}
.TagClassName
{
border-color: #B2EB4D;
}
</style>