Shades of Conifer #B9ED5E
Tints of Conifer #B9ED5E
RGB
CMYK
RGB Variations
Color information
#B9ED5E (or 0xB9ED5E) is known color: Conifer. HEX triplet: B9, ED and 5E. RGB value is (185,237,94). Sum of RGB (Red+Green+Blue) = 185+237+94=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #B9ED5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9ED5E is #4612A1. Grayscale: #CDCDCD. Windows color (decimal): -4592290 or 6221241. OLE color: 6221241.
HSL color Cylindrical-coordinate representation of color #B9ED5E: hue angle of 81.82º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9ED5E is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 237 | 94 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.07 |
| HSL | 81.82º | 0.8% | 0.65% | - |
| HSV(B) | 81.82º | 0.6% | 0.93% | - |
| XYZ | 52.31 | 71.69 | 21.67 | - |
| YUV | 205.15 | 65.27 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 237 | 94 | 0.22 | 0 | 0.60 | 0.07 | 81.82 | 0.8 | 0.65 |
| Hex | B9 | ED | 5E | 16 | 0 | 3C | 7 | 52 | 50 | 41 |
| Octal | 271 | 355 | 136 | 26 | 0 | 74 | 7 | 122 | 120 | 101 |
| Binary | 10111001 | 11101101 | 1011110 | 10110 | 0 | 111100 | 111 | 1010010 | 1010000 | 1000001 |
Color Harmonies of #B9ED5E
Complementary color
Monochromatic Colors of #B9ED5E
Black with #B9ED5E
Text Example
Text Example
White with #B9ED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ED5E; }
p { color: rgb(185,237,94); }
H1.HeaderClassName
{
color: #B9ED5E;
}
.AnyTagClassName
{
color: #B9ED5E;
}
</style>
background-color css
<style>
a { background-color: #B9ED5E; }
a { background-color: rgb(185,237,94); }
div.DivClassName
{
background-color: #B9ED5E;
}
.BgClassName
{
background-color: #B9ED5E;
}
</style>
border-color css
<style>
span { border-color: #B9ED5E; }
span { border-color: rgb(185,237,94); }
td.TdClassName
{
border-color: #B9ED5E;
}
.TagClassName
{
border-color: #B9ED5E;
}
</style>