Shades of Conifer #B9F25E
Tints of Conifer #B9F25E
RGB
CMYK
RGB Variations
Color information
#B9F25E (or 0xB9F25E) is known color: Conifer. HEX triplet: B9, F2 and 5E. RGB value is (185,242,94). Sum of RGB (Red+Green+Blue) = 185+242+94=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F25E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F25E is #460DA1. Grayscale: #D0D0D0. Windows color (decimal): -4591010 or 6222521. OLE color: 6222521.
HSL color Cylindrical-coordinate representation of color #B9F25E: hue angle of 83.11º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9F25E is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 94 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.05 |
| HSL | 83.11º | 0.85% | 0.66% | - |
| HSV(B) | 83.11º | 0.61% | 0.95% | - |
| XYZ | 53.78 | 74.63 | 22.16 | - |
| YUV | 208.09 | 63.62 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 94 | 0.24 | 0 | 0.61 | 0.05 | 83.11 | 0.85 | 0.66 |
| Hex | B9 | F2 | 5E | 18 | 0 | 3D | 5 | 53 | 55 | 42 |
| Octal | 271 | 362 | 136 | 30 | 0 | 75 | 5 | 123 | 125 | 102 |
| Binary | 10111001 | 11110010 | 1011110 | 11000 | 0 | 111101 | 101 | 1010011 | 1010101 | 1000010 |
Color Harmonies of #B9F25E
Complementary color
Monochromatic Colors of #B9F25E
Black with #B9F25E
Text Example
Text Example
White with #B9F25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F25E; }
p { color: rgb(185,242,94); }
H1.HeaderClassName
{
color: #B9F25E;
}
.AnyTagClassName
{
color: #B9F25E;
}
</style>
background-color css
<style>
a { background-color: #B9F25E; }
a { background-color: rgb(185,242,94); }
div.DivClassName
{
background-color: #B9F25E;
}
.BgClassName
{
background-color: #B9F25E;
}
</style>
border-color css
<style>
span { border-color: #B9F25E; }
span { border-color: rgb(185,242,94); }
td.TdClassName
{
border-color: #B9F25E;
}
.TagClassName
{
border-color: #B9F25E;
}
</style>