Shades of Conifer #B9FF5D
Tints of Conifer #B9FF5D
RGB
CMYK
RGB Variations
Color information
#B9FF5D (or 0xB9FF5D) is known color: Conifer. HEX triplet: B9, FF and 5D. RGB value is (185,255,93). Sum of RGB (Red+Green+Blue) = 185+255+93=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FF5D is #4600A2. Grayscale: #D8D8D8. Windows color (decimal): -4587683 or 6160313. OLE color: 6160313.
HSL color Cylindrical-coordinate representation of color #B9FF5D: hue angle of 85.93º 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 #B9FF5D is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 93 | - |
| CMYK | 0.27 | 0 | 0.64 | 0 |
| HSL | 85.93º | 1% | 0.68% | - |
| HSV(B) | 85.93º | 0.64% | 1% | - |
| XYZ | 57.74 | 82.62 | 23.26 | - |
| YUV | 215.6 | 58.81 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 93 | 0.27 | 0 | 0.64 | 0 | 85.93 | 1 | 0.68 |
| Hex | B9 | FF | 5D | 1B | 0 | 40 | 0 | 56 | 64 | 44 |
| Octal | 271 | 377 | 135 | 33 | 0 | 100 | 0 | 126 | 144 | 104 |
| Binary | 10111001 | 11111111 | 1011101 | 11011 | 0 | 1000000 | 0 | 1010110 | 1100100 | 1000100 |
Color Harmonies of #B9FF5D
Complementary color
Monochromatic Colors of #B9FF5D
Black with #B9FF5D
Text Example
Text Example
White with #B9FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FF5D; }
p { color: rgb(185,255,93); }
H1.HeaderClassName
{
color: #B9FF5D;
}
.AnyTagClassName
{
color: #B9FF5D;
}
</style>
background-color css
<style>
a { background-color: #B9FF5D; }
a { background-color: rgb(185,255,93); }
div.DivClassName
{
background-color: #B9FF5D;
}
.BgClassName
{
background-color: #B9FF5D;
}
</style>
border-color css
<style>
span { border-color: #B9FF5D; }
span { border-color: rgb(185,255,93); }
td.TdClassName
{
border-color: #B9FF5D;
}
.TagClassName
{
border-color: #B9FF5D;
}
</style>