Shades of Conifer #B9F94E
Tints of Conifer #B9F94E
RGB
CMYK
RGB Variations
Color information
#B9F94E (or 0xB9F94E) is known color: Conifer. HEX triplet: B9, F9 and 4E. RGB value is (185,249,78). Sum of RGB (Red+Green+Blue) = 185+249+78=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 78 (30.86% from 255 or 15.23% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F94E is #4606B1. Grayscale: #D2D2D2. Windows color (decimal): -4589234 or 5175737. OLE color: 5175737.
HSL color Cylindrical-coordinate representation of color #B9F94E: hue angle of 82.46º degrees, saturation: 0.93, 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 #B9F94E is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 249 | 78 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.02 |
| HSL | 82.46º | 0.93% | 0.64% | - |
| HSV(B) | 82.46º | 0.69% | 0.98% | - |
| XYZ | 55.26 | 78.62 | 19.47 | - |
| YUV | 210.37 | 53.3 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 249 | 78 | 0.26 | 0 | 0.69 | 0.02 | 82.46 | 0.93 | 0.64 |
| Hex | B9 | F9 | 4E | 1A | 0 | 45 | 2 | 52 | 5D | 40 |
| Octal | 271 | 371 | 116 | 32 | 0 | 105 | 2 | 122 | 135 | 100 |
| Binary | 10111001 | 11111001 | 1001110 | 11010 | 0 | 1000101 | 10 | 1010010 | 1011101 | 1000000 |
Color Harmonies of #B9F94E
Complementary color
Monochromatic Colors of #B9F94E
Black with #B9F94E
Text Example
Text Example
White with #B9F94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F94E; }
p { color: rgb(185,249,78); }
H1.HeaderClassName
{
color: #B9F94E;
}
.AnyTagClassName
{
color: #B9F94E;
}
</style>
background-color css
<style>
a { background-color: #B9F94E; }
a { background-color: rgb(185,249,78); }
div.DivClassName
{
background-color: #B9F94E;
}
.BgClassName
{
background-color: #B9F94E;
}
</style>
border-color css
<style>
span { border-color: #B9F94E; }
span { border-color: rgb(185,249,78); }
td.TdClassName
{
border-color: #B9F94E;
}
.TagClassName
{
border-color: #B9F94E;
}
</style>