Shades of Conifer #B9F25D
Tints of Conifer #B9F25D
RGB
CMYK
RGB Variations
Color information
#B9F25D (or 0xB9F25D) is known color: Conifer. HEX triplet: B9, F2 and 5D. RGB value is (185,242,93). Sum of RGB (Red+Green+Blue) = 185+242+93=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F25D is #460DA2. Grayscale: #D0D0D0. Windows color (decimal): -4591011 or 6156985. OLE color: 6156985.
HSL color Cylindrical-coordinate representation of color #B9F25D: hue angle of 82.95º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9F25D is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 93 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.05 |
| HSL | 82.95º | 0.85% | 0.66% | - |
| HSV(B) | 82.95º | 0.62% | 0.95% | - |
| XYZ | 53.74 | 74.61 | 21.92 | - |
| YUV | 207.97 | 63.12 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 93 | 0.24 | 0 | 0.62 | 0.05 | 82.95 | 0.85 | 0.66 |
| Hex | B9 | F2 | 5D | 18 | 0 | 3E | 5 | 53 | 55 | 42 |
| Octal | 271 | 362 | 135 | 30 | 0 | 76 | 5 | 123 | 125 | 102 |
| Binary | 10111001 | 11110010 | 1011101 | 11000 | 0 | 111110 | 101 | 1010011 | 1010101 | 1000010 |
Color Harmonies of #B9F25D
Complementary color
Monochromatic Colors of #B9F25D
Black with #B9F25D
Text Example
Text Example
White with #B9F25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F25D; }
p { color: rgb(185,242,93); }
H1.HeaderClassName
{
color: #B9F25D;
}
.AnyTagClassName
{
color: #B9F25D;
}
</style>
background-color css
<style>
a { background-color: #B9F25D; }
a { background-color: rgb(185,242,93); }
div.DivClassName
{
background-color: #B9F25D;
}
.BgClassName
{
background-color: #B9F25D;
}
</style>
border-color css
<style>
span { border-color: #B9F25D; }
span { border-color: rgb(185,242,93); }
td.TdClassName
{
border-color: #B9F25D;
}
.TagClassName
{
border-color: #B9F25D;
}
</style>