Shades of Conifer #B8F25B
Tints of Conifer #B8F25B
RGB
CMYK
RGB Variations
Color information
#B8F25B (or 0xB8F25B) is known color: Conifer. HEX triplet: B8, F2 and 5B. RGB value is (184,242,91). Sum of RGB (Red+Green+Blue) = 184+242+91=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 91 (35.94% from 255 or 17.60% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F25B is #470DA4. Grayscale: #CFCFCF. Windows color (decimal): -4656549 or 6025912. OLE color: 6025912.
HSL color Cylindrical-coordinate representation of color #B8F25B: hue angle of 83.05º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8F25B is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 91 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.05 |
| HSL | 83.05º | 0.85% | 0.65% | - |
| HSV(B) | 83.05º | 0.62% | 0.95% | - |
| XYZ | 53.41 | 74.45 | 21.45 | - |
| YUV | 207.44 | 62.28 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 91 | 0.24 | 0 | 0.62 | 0.05 | 83.05 | 0.85 | 0.65 |
| Hex | B8 | F2 | 5B | 18 | 0 | 3E | 5 | 53 | 55 | 41 |
| Octal | 270 | 362 | 133 | 30 | 0 | 76 | 5 | 123 | 125 | 101 |
| Binary | 10111000 | 11110010 | 1011011 | 11000 | 0 | 111110 | 101 | 1010011 | 1010101 | 1000001 |
Color Harmonies of #B8F25B
Complementary color
Monochromatic Colors of #B8F25B
Black with #B8F25B
Text Example
Text Example
White with #B8F25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F25B; }
p { color: rgb(184,242,91); }
H1.HeaderClassName
{
color: #B8F25B;
}
.AnyTagClassName
{
color: #B8F25B;
}
</style>
background-color css
<style>
a { background-color: #B8F25B; }
a { background-color: rgb(184,242,91); }
div.DivClassName
{
background-color: #B8F25B;
}
.BgClassName
{
background-color: #B8F25B;
}
</style>
border-color css
<style>
span { border-color: #B8F25B; }
span { border-color: rgb(184,242,91); }
td.TdClassName
{
border-color: #B8F25B;
}
.TagClassName
{
border-color: #B8F25B;
}
</style>