Shades of Conifer #B9FC4E
Tints of Conifer #B9FC4E
RGB
CMYK
RGB Variations
Color information
#B9FC4E (or 0xB9FC4E) is known color: Conifer. HEX triplet: B9, FC and 4E. RGB value is (185,252,78). Sum of RGB (Red+Green+Blue) = 185+252+78=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FC4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FC4E is #4603B1. Grayscale: #D4D4D4. Windows color (decimal): -4588466 or 5176505. OLE color: 5176505.
HSL color Cylindrical-coordinate representation of color #B9FC4E: hue angle of 83.1º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9FC4E is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 252 | 78 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.01 |
| HSL | 83.1º | 0.97% | 0.65% | - |
| HSV(B) | 83.1º | 0.69% | 0.99% | - |
| XYZ | 56.19 | 80.49 | 19.78 | - |
| YUV | 212.13 | 52.3 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 252 | 78 | 0.27 | 0 | 0.69 | 0.01 | 83.1 | 0.97 | 0.65 |
| Hex | B9 | FC | 4E | 1B | 0 | 45 | 1 | 53 | 61 | 41 |
| Octal | 271 | 374 | 116 | 33 | 0 | 105 | 1 | 123 | 141 | 101 |
| Binary | 10111001 | 11111100 | 1001110 | 11011 | 0 | 1000101 | 1 | 1010011 | 1100001 | 1000001 |
Color Harmonies of #B9FC4E
Complementary color
Monochromatic Colors of #B9FC4E
Black with #B9FC4E
Text Example
Text Example
White with #B9FC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FC4E; }
p { color: rgb(185,252,78); }
H1.HeaderClassName
{
color: #B9FC4E;
}
.AnyTagClassName
{
color: #B9FC4E;
}
</style>
background-color css
<style>
a { background-color: #B9FC4E; }
a { background-color: rgb(185,252,78); }
div.DivClassName
{
background-color: #B9FC4E;
}
.BgClassName
{
background-color: #B9FC4E;
}
</style>
border-color css
<style>
span { border-color: #B9FC4E; }
span { border-color: rgb(185,252,78); }
td.TdClassName
{
border-color: #B9FC4E;
}
.TagClassName
{
border-color: #B9FC4E;
}
</style>