Shades of Conifer #B9ED64
Tints of Conifer #B9ED64
RGB
CMYK
RGB Variations
Color information
#B9ED64 (or 0xB9ED64) is known color: Conifer. HEX triplet: B9, ED and 64. RGB value is (185,237,100). Sum of RGB (Red+Green+Blue) = 185+237+100=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 237 - color contains mainly: green. Hex color #B9ED64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9ED64 is #46129B. Grayscale: #CECECE. Windows color (decimal): -4592284 or 6614457. OLE color: 6614457.
HSL color Cylindrical-coordinate representation of color #B9ED64: hue angle of 82.77º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9ED64 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 237 | 100 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.07 |
| HSL | 82.77º | 0.79% | 0.66% | - |
| HSV(B) | 82.77º | 0.58% | 0.93% | - |
| XYZ | 52.59 | 71.8 | 23.14 | - |
| YUV | 205.83 | 68.27 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 237 | 100 | 0.22 | 0 | 0.58 | 0.07 | 82.77 | 0.79 | 0.66 |
| Hex | B9 | ED | 64 | 16 | 0 | 3A | 7 | 53 | 4F | 42 |
| Octal | 271 | 355 | 144 | 26 | 0 | 72 | 7 | 123 | 117 | 102 |
| Binary | 10111001 | 11101101 | 1100100 | 10110 | 0 | 111010 | 111 | 1010011 | 1001111 | 1000010 |
Color Harmonies of #B9ED64
Complementary color
Monochromatic Colors of #B9ED64
Black with #B9ED64
Text Example
Text Example
White with #B9ED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ED64; }
p { color: rgb(185,237,100); }
H1.HeaderClassName
{
color: #B9ED64;
}
.AnyTagClassName
{
color: #B9ED64;
}
</style>
background-color css
<style>
a { background-color: #B9ED64; }
a { background-color: rgb(185,237,100); }
div.DivClassName
{
background-color: #B9ED64;
}
.BgClassName
{
background-color: #B9ED64;
}
</style>
border-color css
<style>
span { border-color: #B9ED64; }
span { border-color: rgb(185,237,100); }
td.TdClassName
{
border-color: #B9ED64;
}
.TagClassName
{
border-color: #B9ED64;
}
</style>