Shades of Conifer #B9EF5C
Tints of Conifer #B9EF5C
RGB
CMYK
RGB Variations
Color information
#B9EF5C (or 0xB9EF5C) is known color: Conifer. HEX triplet: B9, EF and 5C. RGB value is (185,239,92). Sum of RGB (Red+Green+Blue) = 185+239+92=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EF5C is #4610A3. Grayscale: #CECECE. Windows color (decimal): -4591780 or 6090681. OLE color: 6090681.
HSL color Cylindrical-coordinate representation of color #B9EF5C: hue angle of 82.04º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9EF5C is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 239 | 92 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.06 |
| HSL | 82.04º | 0.82% | 0.65% | - |
| HSV(B) | 82.04º | 0.62% | 0.94% | - |
| XYZ | 52.81 | 72.82 | 21.4 | - |
| YUV | 206.1 | 63.61 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 239 | 92 | 0.23 | 0 | 0.62 | 0.06 | 82.04 | 0.82 | 0.65 |
| Hex | B9 | EF | 5C | 17 | 0 | 3E | 6 | 52 | 52 | 41 |
| Octal | 271 | 357 | 134 | 27 | 0 | 76 | 6 | 122 | 122 | 101 |
| Binary | 10111001 | 11101111 | 1011100 | 10111 | 0 | 111110 | 110 | 1010010 | 1010010 | 1000001 |
Color Harmonies of #B9EF5C
Complementary color
Monochromatic Colors of #B9EF5C
Black with #B9EF5C
Text Example
Text Example
White with #B9EF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EF5C; }
p { color: rgb(185,239,92); }
H1.HeaderClassName
{
color: #B9EF5C;
}
.AnyTagClassName
{
color: #B9EF5C;
}
</style>
background-color css
<style>
a { background-color: #B9EF5C; }
a { background-color: rgb(185,239,92); }
div.DivClassName
{
background-color: #B9EF5C;
}
.BgClassName
{
background-color: #B9EF5C;
}
</style>
border-color css
<style>
span { border-color: #B9EF5C; }
span { border-color: rgb(185,239,92); }
td.TdClassName
{
border-color: #B9EF5C;
}
.TagClassName
{
border-color: #B9EF5C;
}
</style>