Shades of Conifer #B8FF5D
Tints of Conifer #B8FF5D
RGB
CMYK
RGB Variations
Color information
#B8FF5D (or 0xB8FF5D) is known color: Conifer. HEX triplet: B8, FF and 5D. RGB value is (184,255,93). Sum of RGB (Red+Green+Blue) = 184+255+93=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FF5D is #4700A2. Grayscale: #D7D7D7. Windows color (decimal): -4653219 or 6160312. OLE color: 6160312.
HSL color Cylindrical-coordinate representation of color #B8FF5D: hue angle of 86.3º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8FF5D is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 93 | - |
| CMYK | 0.28 | 0 | 0.64 | 0 |
| HSL | 86.3º | 1% | 0.68% | - |
| HSV(B) | 86.3º | 0.64% | 1% | - |
| XYZ | 57.5 | 82.5 | 23.25 | - |
| YUV | 215.3 | 58.98 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 93 | 0.28 | 0 | 0.64 | 0 | 86.3 | 1 | 0.68 |
| Hex | B8 | FF | 5D | 1C | 0 | 40 | 0 | 56 | 64 | 44 |
| Octal | 270 | 377 | 135 | 34 | 0 | 100 | 0 | 126 | 144 | 104 |
| Binary | 10111000 | 11111111 | 1011101 | 11100 | 0 | 1000000 | 0 | 1010110 | 1100100 | 1000100 |
Color Harmonies of #B8FF5D
Complementary color
Monochromatic Colors of #B8FF5D
Black with #B8FF5D
Text Example
Text Example
White with #B8FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FF5D; }
p { color: rgb(184,255,93); }
H1.HeaderClassName
{
color: #B8FF5D;
}
.AnyTagClassName
{
color: #B8FF5D;
}
</style>
background-color css
<style>
a { background-color: #B8FF5D; }
a { background-color: rgb(184,255,93); }
div.DivClassName
{
background-color: #B8FF5D;
}
.BgClassName
{
background-color: #B8FF5D;
}
</style>
border-color css
<style>
span { border-color: #B8FF5D; }
span { border-color: rgb(184,255,93); }
td.TdClassName
{
border-color: #B8FF5D;
}
.TagClassName
{
border-color: #B8FF5D;
}
</style>