Shades of Conifer #B2ED58
Tints of Conifer #B2ED58
RGB
CMYK
RGB Variations
Color information
#B2ED58 (or 0xB2ED58) is known color: Conifer. HEX triplet: B2, ED and 58. RGB value is (178,237,88). Sum of RGB (Red+Green+Blue) = 178+237+88=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 88 (34.77% from 255 or 17.50% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2ED58 is #4D12A7. Grayscale: #CACACA. Windows color (decimal): -5051048 or 5828018. OLE color: 5828018.
HSL color Cylindrical-coordinate representation of color #B2ED58: hue angle of 83.76º 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 #B2ED58 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 88 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.07 |
| HSL | 83.76º | 0.81% | 0.64% | - |
| HSV(B) | 83.76º | 0.63% | 0.93% | - |
| XYZ | 50.41 | 70.74 | 20.23 | - |
| YUV | 202.37 | 63.45 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 88 | 0.25 | 0 | 0.63 | 0.07 | 83.76 | 0.81 | 0.64 |
| Hex | B2 | ED | 58 | 19 | 0 | 3F | 7 | 54 | 51 | 40 |
| Octal | 262 | 355 | 130 | 31 | 0 | 77 | 7 | 124 | 121 | 100 |
| Binary | 10110010 | 11101101 | 1011000 | 11001 | 0 | 111111 | 111 | 1010100 | 1010001 | 1000000 |
Color Harmonies of #B2ED58
Complementary color
Monochromatic Colors of #B2ED58
Black with #B2ED58
Text Example
Text Example
White with #B2ED58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ED58; }
p { color: rgb(178,237,88); }
H1.HeaderClassName
{
color: #B2ED58;
}
.AnyTagClassName
{
color: #B2ED58;
}
</style>
background-color css
<style>
a { background-color: #B2ED58; }
a { background-color: rgb(178,237,88); }
div.DivClassName
{
background-color: #B2ED58;
}
.BgClassName
{
background-color: #B2ED58;
}
</style>
border-color css
<style>
span { border-color: #B2ED58; }
span { border-color: rgb(178,237,88); }
td.TdClassName
{
border-color: #B2ED58;
}
.TagClassName
{
border-color: #B2ED58;
}
</style>