Shades of Conifer #B2ED57
Tints of Conifer #B2ED57
RGB
CMYK
RGB Variations
Color information
#B2ED57 (or 0xB2ED57) is known color: Conifer. HEX triplet: B2, ED and 57. RGB value is (178,237,87). Sum of RGB (Red+Green+Blue) = 178+237+87=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2ED57 is #4D12A8. Grayscale: #CACACA. Windows color (decimal): -5051049 or 5762482. OLE color: 5762482.
HSL color Cylindrical-coordinate representation of color #B2ED57: hue angle of 83.6º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2ED57 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 87 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.07 |
| HSL | 83.6º | 0.81% | 0.64% | - |
| HSV(B) | 83.6º | 0.63% | 0.93% | - |
| XYZ | 50.36 | 70.72 | 20.01 | - |
| YUV | 202.26 | 62.95 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 87 | 0.25 | 0 | 0.63 | 0.07 | 83.6 | 0.81 | 0.64 |
| Hex | B2 | ED | 57 | 19 | 0 | 3F | 7 | 54 | 51 | 40 |
| Octal | 262 | 355 | 127 | 31 | 0 | 77 | 7 | 124 | 121 | 100 |
| Binary | 10110010 | 11101101 | 1010111 | 11001 | 0 | 111111 | 111 | 1010100 | 1010001 | 1000000 |
Color Harmonies of #B2ED57
Complementary color
Monochromatic Colors of #B2ED57
Black with #B2ED57
Text Example
Text Example
White with #B2ED57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ED57; }
p { color: rgb(178,237,87); }
H1.HeaderClassName
{
color: #B2ED57;
}
.AnyTagClassName
{
color: #B2ED57;
}
</style>
background-color css
<style>
a { background-color: #B2ED57; }
a { background-color: rgb(178,237,87); }
div.DivClassName
{
background-color: #B2ED57;
}
.BgClassName
{
background-color: #B2ED57;
}
</style>
border-color css
<style>
span { border-color: #B2ED57; }
span { border-color: rgb(178,237,87); }
td.TdClassName
{
border-color: #B2ED57;
}
.TagClassName
{
border-color: #B2ED57;
}
</style>