Shades of Conifer #B8ED54
Tints of Conifer #B8ED54
RGB
CMYK
RGB Variations
Color information
#B8ED54 (or 0xB8ED54) is known color: Conifer. HEX triplet: B8, ED and 54. RGB value is (184,237,84). Sum of RGB (Red+Green+Blue) = 184+237+84=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 84 (33.20% from 255 or 16.63% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #B8ED54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8ED54 is #4712AB. Grayscale: #CCCCCC. Windows color (decimal): -4657836 or 5565880. OLE color: 5565880.
HSL color Cylindrical-coordinate representation of color #B8ED54: hue angle of 80.78º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8ED54 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 237 | 84 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.07 |
| HSL | 80.78º | 0.81% | 0.63% | - |
| HSV(B) | 80.78º | 0.65% | 0.93% | - |
| XYZ | 51.65 | 71.4 | 19.45 | - |
| YUV | 203.71 | 60.44 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 237 | 84 | 0.22 | 0 | 0.65 | 0.07 | 80.78 | 0.81 | 0.63 |
| Hex | B8 | ED | 54 | 16 | 0 | 41 | 7 | 51 | 51 | 3F |
| Octal | 270 | 355 | 124 | 26 | 0 | 101 | 7 | 121 | 121 | 77 |
| Binary | 10111000 | 11101101 | 1010100 | 10110 | 0 | 1000001 | 111 | 1010001 | 1010001 | 111111 |
Color Harmonies of #B8ED54
Complementary color
Monochromatic Colors of #B8ED54
Black with #B8ED54
Text Example
Text Example
White with #B8ED54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ED54; }
p { color: rgb(184,237,84); }
H1.HeaderClassName
{
color: #B8ED54;
}
.AnyTagClassName
{
color: #B8ED54;
}
</style>
background-color css
<style>
a { background-color: #B8ED54; }
a { background-color: rgb(184,237,84); }
div.DivClassName
{
background-color: #B8ED54;
}
.BgClassName
{
background-color: #B8ED54;
}
</style>
border-color css
<style>
span { border-color: #B8ED54; }
span { border-color: rgb(184,237,84); }
td.TdClassName
{
border-color: #B8ED54;
}
.TagClassName
{
border-color: #B8ED54;
}
</style>