Shades of Conifer #B2ED5E
Tints of Conifer #B2ED5E
RGB
CMYK
RGB Variations
Color information
#B2ED5E (or 0xB2ED5E) is known color: Conifer. HEX triplet: B2, ED and 5E. RGB value is (178,237,94). Sum of RGB (Red+Green+Blue) = 178+237+94=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2ED5E is #4D12A1. Grayscale: #CBCBCB. Windows color (decimal): -5051042 or 6221234. OLE color: 6221234.
HSL color Cylindrical-coordinate representation of color #B2ED5E: hue angle of 84.76º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2ED5E is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 94 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.07 |
| HSL | 84.76º | 0.8% | 0.65% | - |
| HSV(B) | 84.76º | 0.6% | 0.93% | - |
| XYZ | 50.66 | 70.84 | 21.59 | - |
| YUV | 203.06 | 66.45 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 94 | 0.25 | 0 | 0.60 | 0.07 | 84.76 | 0.8 | 0.65 |
| Hex | B2 | ED | 5E | 19 | 0 | 3C | 7 | 55 | 50 | 41 |
| Octal | 262 | 355 | 136 | 31 | 0 | 74 | 7 | 125 | 120 | 101 |
| Binary | 10110010 | 11101101 | 1011110 | 11001 | 0 | 111100 | 111 | 1010101 | 1010000 | 1000001 |
Color Harmonies of #B2ED5E
Complementary color
Monochromatic Colors of #B2ED5E
Black with #B2ED5E
Text Example
Text Example
White with #B2ED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ED5E; }
p { color: rgb(178,237,94); }
H1.HeaderClassName
{
color: #B2ED5E;
}
.AnyTagClassName
{
color: #B2ED5E;
}
</style>
background-color css
<style>
a { background-color: #B2ED5E; }
a { background-color: rgb(178,237,94); }
div.DivClassName
{
background-color: #B2ED5E;
}
.BgClassName
{
background-color: #B2ED5E;
}
</style>
border-color css
<style>
span { border-color: #B2ED5E; }
span { border-color: rgb(178,237,94); }
td.TdClassName
{
border-color: #B2ED5E;
}
.TagClassName
{
border-color: #B2ED5E;
}
</style>