Shades of Conifer #B9FF5C
Tints of Conifer #B9FF5C
RGB
CMYK
RGB Variations
Color information
#B9FF5C (or 0xB9FF5C) is known color: Conifer. HEX triplet: B9, FF and 5C. RGB value is (185,255,92). Sum of RGB (Red+Green+Blue) = 185+255+92=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FF5C is #4600A3. Grayscale: #D8D8D8. Windows color (decimal): -4587684 or 6094777. OLE color: 6094777.
HSL color Cylindrical-coordinate representation of color #B9FF5C: hue angle of 85.77º 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 #B9FF5C is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 92 | - |
| CMYK | 0.27 | 0 | 0.64 | 0 |
| HSL | 85.77º | 1% | 0.68% | - |
| HSV(B) | 85.77º | 0.64% | 1% | - |
| XYZ | 57.7 | 82.61 | 23.03 | - |
| YUV | 215.49 | 58.31 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 92 | 0.27 | 0 | 0.64 | 0 | 85.77 | 1 | 0.68 |
| Hex | B9 | FF | 5C | 1B | 0 | 40 | 0 | 56 | 64 | 44 |
| Octal | 271 | 377 | 134 | 33 | 0 | 100 | 0 | 126 | 144 | 104 |
| Binary | 10111001 | 11111111 | 1011100 | 11011 | 0 | 1000000 | 0 | 1010110 | 1100100 | 1000100 |
Color Harmonies of #B9FF5C
Complementary color
Monochromatic Colors of #B9FF5C
Black with #B9FF5C
Text Example
Text Example
White with #B9FF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FF5C; }
p { color: rgb(185,255,92); }
H1.HeaderClassName
{
color: #B9FF5C;
}
.AnyTagClassName
{
color: #B9FF5C;
}
</style>
background-color css
<style>
a { background-color: #B9FF5C; }
a { background-color: rgb(185,255,92); }
div.DivClassName
{
background-color: #B9FF5C;
}
.BgClassName
{
background-color: #B9FF5C;
}
</style>
border-color css
<style>
span { border-color: #B9FF5C; }
span { border-color: rgb(185,255,92); }
td.TdClassName
{
border-color: #B9FF5C;
}
.TagClassName
{
border-color: #B9FF5C;
}
</style>