Shades of Conifer #B8ED5B
Tints of Conifer #B8ED5B
RGB
CMYK
RGB Variations
Color information
#B8ED5B (or 0xB8ED5B) is known color: Conifer. HEX triplet: B8, ED and 5B. RGB value is (184,237,91). Sum of RGB (Red+Green+Blue) = 184+237+91=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #B8ED5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8ED5B is #4712A4. Grayscale: #CDCDCD. Windows color (decimal): -4657829 or 6024632. OLE color: 6024632.
HSL color Cylindrical-coordinate representation of color #B8ED5B: hue angle of 81.78º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8ED5B is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 237 | 91 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.07 |
| HSL | 81.78º | 0.8% | 0.64% | - |
| HSV(B) | 81.78º | 0.62% | 0.93% | - |
| XYZ | 51.94 | 71.51 | 20.96 | - |
| YUV | 204.51 | 63.94 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 237 | 91 | 0.22 | 0 | 0.62 | 0.07 | 81.78 | 0.8 | 0.64 |
| Hex | B8 | ED | 5B | 16 | 0 | 3E | 7 | 52 | 50 | 40 |
| Octal | 270 | 355 | 133 | 26 | 0 | 76 | 7 | 122 | 120 | 100 |
| Binary | 10111000 | 11101101 | 1011011 | 10110 | 0 | 111110 | 111 | 1010010 | 1010000 | 1000000 |
Color Harmonies of #B8ED5B
Complementary color
Monochromatic Colors of #B8ED5B
Black with #B8ED5B
Text Example
Text Example
White with #B8ED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ED5B; }
p { color: rgb(184,237,91); }
H1.HeaderClassName
{
color: #B8ED5B;
}
.AnyTagClassName
{
color: #B8ED5B;
}
</style>
background-color css
<style>
a { background-color: #B8ED5B; }
a { background-color: rgb(184,237,91); }
div.DivClassName
{
background-color: #B8ED5B;
}
.BgClassName
{
background-color: #B8ED5B;
}
</style>
border-color css
<style>
span { border-color: #B8ED5B; }
span { border-color: rgb(184,237,91); }
td.TdClassName
{
border-color: #B8ED5B;
}
.TagClassName
{
border-color: #B8ED5B;
}
</style>