Shades of Conifer #B8FB5D
Tints of Conifer #B8FB5D
RGB
CMYK
RGB Variations
Color information
#B8FB5D (or 0xB8FB5D) is known color: Conifer. HEX triplet: B8, FB and 5D. RGB value is (184,251,93). Sum of RGB (Red+Green+Blue) = 184+251+93=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FB5D is #4704A2. Grayscale: #D5D5D5. Windows color (decimal): -4654243 or 6159288. OLE color: 6159288.
HSL color Cylindrical-coordinate representation of color #B8FB5D: hue angle of 85.44º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B8FB5D is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 251 | 93 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.02 |
| HSL | 85.44º | 0.95% | 0.67% | - |
| HSV(B) | 85.44º | 0.63% | 0.98% | - |
| XYZ | 56.24 | 79.98 | 22.83 | - |
| YUV | 212.96 | 60.3 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 251 | 93 | 0.27 | 0 | 0.63 | 0.02 | 85.44 | 0.95 | 0.67 |
| Hex | B8 | FB | 5D | 1B | 0 | 3F | 2 | 55 | 5F | 43 |
| Octal | 270 | 373 | 135 | 33 | 0 | 77 | 2 | 125 | 137 | 103 |
| Binary | 10111000 | 11111011 | 1011101 | 11011 | 0 | 111111 | 10 | 1010101 | 1011111 | 1000011 |
Color Harmonies of #B8FB5D
Complementary color
Monochromatic Colors of #B8FB5D
Black with #B8FB5D
Text Example
Text Example
White with #B8FB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FB5D; }
p { color: rgb(184,251,93); }
H1.HeaderClassName
{
color: #B8FB5D;
}
.AnyTagClassName
{
color: #B8FB5D;
}
</style>
background-color css
<style>
a { background-color: #B8FB5D; }
a { background-color: rgb(184,251,93); }
div.DivClassName
{
background-color: #B8FB5D;
}
.BgClassName
{
background-color: #B8FB5D;
}
</style>
border-color css
<style>
span { border-color: #B8FB5D; }
span { border-color: rgb(184,251,93); }
td.TdClassName
{
border-color: #B8FB5D;
}
.TagClassName
{
border-color: #B8FB5D;
}
</style>