Shades of Conifer #B8FC5D
Tints of Conifer #B8FC5D
RGB
CMYK
RGB Variations
Color information
#B8FC5D (or 0xB8FC5D) is known color: Conifer. HEX triplet: B8, FC and 5D. RGB value is (184,252,93). Sum of RGB (Red+Green+Blue) = 184+252+93=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FC5D is #4703A2. Grayscale: #D6D6D6. Windows color (decimal): -4653987 or 6159544. OLE color: 6159544.
HSL color Cylindrical-coordinate representation of color #B8FC5D: hue angle of 85.66º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B8FC5D is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 252 | 93 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.01 |
| HSL | 85.66º | 0.96% | 0.68% | - |
| HSV(B) | 85.66º | 0.63% | 0.99% | - |
| XYZ | 56.55 | 80.6 | 22.93 | - |
| YUV | 213.54 | 59.97 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 252 | 93 | 0.27 | 0 | 0.63 | 0.01 | 85.66 | 0.96 | 0.68 |
| Hex | B8 | FC | 5D | 1B | 0 | 3F | 1 | 56 | 60 | 44 |
| Octal | 270 | 374 | 135 | 33 | 0 | 77 | 1 | 126 | 140 | 104 |
| Binary | 10111000 | 11111100 | 1011101 | 11011 | 0 | 111111 | 1 | 1010110 | 1100000 | 1000100 |
Color Harmonies of #B8FC5D
Complementary color
Monochromatic Colors of #B8FC5D
Black with #B8FC5D
Text Example
Text Example
White with #B8FC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FC5D; }
p { color: rgb(184,252,93); }
H1.HeaderClassName
{
color: #B8FC5D;
}
.AnyTagClassName
{
color: #B8FC5D;
}
</style>
background-color css
<style>
a { background-color: #B8FC5D; }
a { background-color: rgb(184,252,93); }
div.DivClassName
{
background-color: #B8FC5D;
}
.BgClassName
{
background-color: #B8FC5D;
}
</style>
border-color css
<style>
span { border-color: #B8FC5D; }
span { border-color: rgb(184,252,93); }
td.TdClassName
{
border-color: #B8FC5D;
}
.TagClassName
{
border-color: #B8FC5D;
}
</style>