Shades of Conifer #B9FA4E
Tints of Conifer #B9FA4E
RGB
CMYK
RGB Variations
Color information
#B9FA4E (or 0xB9FA4E) is known color: Conifer. HEX triplet: B9, FA and 4E. RGB value is (185,250,78). Sum of RGB (Red+Green+Blue) = 185+250+78=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 78 (30.86% from 255 or 15.20% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FA4E is #4605B1. Grayscale: #D3D3D3. Windows color (decimal): -4588978 or 5175993. OLE color: 5175993.
HSL color Cylindrical-coordinate representation of color #B9FA4E: hue angle of 82.67º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9FA4E is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 78 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.02 |
| HSL | 82.67º | 0.95% | 0.64% | - |
| HSV(B) | 82.67º | 0.69% | 0.98% | - |
| XYZ | 55.57 | 79.24 | 19.57 | - |
| YUV | 210.96 | 52.97 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 78 | 0.26 | 0 | 0.69 | 0.02 | 82.67 | 0.95 | 0.64 |
| Hex | B9 | FA | 4E | 1A | 0 | 45 | 2 | 53 | 5F | 40 |
| Octal | 271 | 372 | 116 | 32 | 0 | 105 | 2 | 123 | 137 | 100 |
| Binary | 10111001 | 11111010 | 1001110 | 11010 | 0 | 1000101 | 10 | 1010011 | 1011111 | 1000000 |
Color Harmonies of #B9FA4E
Complementary color
Monochromatic Colors of #B9FA4E
Black with #B9FA4E
Text Example
Text Example
White with #B9FA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FA4E; }
p { color: rgb(185,250,78); }
H1.HeaderClassName
{
color: #B9FA4E;
}
.AnyTagClassName
{
color: #B9FA4E;
}
</style>
background-color css
<style>
a { background-color: #B9FA4E; }
a { background-color: rgb(185,250,78); }
div.DivClassName
{
background-color: #B9FA4E;
}
.BgClassName
{
background-color: #B9FA4E;
}
</style>
border-color css
<style>
span { border-color: #B9FA4E; }
span { border-color: rgb(185,250,78); }
td.TdClassName
{
border-color: #B9FA4E;
}
.TagClassName
{
border-color: #B9FA4E;
}
</style>