Shades of Conifer #B8F15F
Tints of Conifer #B8F15F
RGB
CMYK
RGB Variations
Color information
#B8F15F (or 0xB8F15F) is known color: Conifer. HEX triplet: B8, F1 and 5F. RGB value is (184,241,95). Sum of RGB (Red+Green+Blue) = 184+241+95=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F15F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F15F is #470EA0. Grayscale: #CFCFCF. Windows color (decimal): -4656801 or 6287800. OLE color: 6287800.
HSL color Cylindrical-coordinate representation of color #B8F15F: hue angle of 83.42º degrees, saturation: 0.84, 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 #B8F15F is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 95 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.05 |
| HSL | 83.42º | 0.84% | 0.66% | - |
| HSV(B) | 83.42º | 0.61% | 0.95% | - |
| XYZ | 53.29 | 73.93 | 22.29 | - |
| YUV | 207.31 | 64.62 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 95 | 0.24 | 0 | 0.61 | 0.05 | 83.42 | 0.84 | 0.66 |
| Hex | B8 | F1 | 5F | 18 | 0 | 3D | 5 | 53 | 54 | 42 |
| Octal | 270 | 361 | 137 | 30 | 0 | 75 | 5 | 123 | 124 | 102 |
| Binary | 10111000 | 11110001 | 1011111 | 11000 | 0 | 111101 | 101 | 1010011 | 1010100 | 1000010 |
Color Harmonies of #B8F15F
Complementary color
Monochromatic Colors of #B8F15F
Black with #B8F15F
Text Example
Text Example
White with #B8F15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F15F; }
p { color: rgb(184,241,95); }
H1.HeaderClassName
{
color: #B8F15F;
}
.AnyTagClassName
{
color: #B8F15F;
}
</style>
background-color css
<style>
a { background-color: #B8F15F; }
a { background-color: rgb(184,241,95); }
div.DivClassName
{
background-color: #B8F15F;
}
.BgClassName
{
background-color: #B8F15F;
}
</style>
border-color css
<style>
span { border-color: #B8F15F; }
span { border-color: rgb(184,241,95); }
td.TdClassName
{
border-color: #B8F15F;
}
.TagClassName
{
border-color: #B8F15F;
}
</style>