Shades of Conifer #B8ED5D
Tints of Conifer #B8ED5D
RGB
CMYK
RGB Variations
Color information
#B8ED5D (or 0xB8ED5D) is known color: Conifer. HEX triplet: B8, ED and 5D. RGB value is (184,237,93). Sum of RGB (Red+Green+Blue) = 184+237+93=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #B8ED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8ED5D is #4712A2. Grayscale: #CDCDCD. Windows color (decimal): -4657827 or 6155704. OLE color: 6155704.
HSL color Cylindrical-coordinate representation of color #B8ED5D: hue angle of 82.08º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8ED5D is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 237 | 93 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.07 |
| HSL | 82.08º | 0.8% | 0.65% | - |
| HSV(B) | 82.08º | 0.61% | 0.93% | - |
| XYZ | 52.03 | 71.55 | 21.42 | - |
| YUV | 204.74 | 64.94 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 237 | 93 | 0.22 | 0 | 0.61 | 0.07 | 82.08 | 0.8 | 0.65 |
| Hex | B8 | ED | 5D | 16 | 0 | 3D | 7 | 52 | 50 | 41 |
| Octal | 270 | 355 | 135 | 26 | 0 | 75 | 7 | 122 | 120 | 101 |
| Binary | 10111000 | 11101101 | 1011101 | 10110 | 0 | 111101 | 111 | 1010010 | 1010000 | 1000001 |
Color Harmonies of #B8ED5D
Complementary color
Monochromatic Colors of #B8ED5D
Black with #B8ED5D
Text Example
Text Example
White with #B8ED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ED5D; }
p { color: rgb(184,237,93); }
H1.HeaderClassName
{
color: #B8ED5D;
}
.AnyTagClassName
{
color: #B8ED5D;
}
</style>
background-color css
<style>
a { background-color: #B8ED5D; }
a { background-color: rgb(184,237,93); }
div.DivClassName
{
background-color: #B8ED5D;
}
.BgClassName
{
background-color: #B8ED5D;
}
</style>
border-color css
<style>
span { border-color: #B8ED5D; }
span { border-color: rgb(184,237,93); }
td.TdClassName
{
border-color: #B8ED5D;
}
.TagClassName
{
border-color: #B8ED5D;
}
</style>