Shades of Conifer #B8F25F
Tints of Conifer #B8F25F
RGB
CMYK
RGB Variations
Color information
#B8F25F (or 0xB8F25F) is known color: Conifer. HEX triplet: B8, F2 and 5F. RGB value is (184,242,95). Sum of RGB (Red+Green+Blue) = 184+242+95=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F25F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F25F is #470DA0. Grayscale: #D0D0D0. Windows color (decimal): -4656545 or 6288056. OLE color: 6288056.
HSL color Cylindrical-coordinate representation of color #B8F25F: hue angle of 83.67º 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 #B8F25F is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 95 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.05 |
| HSL | 83.67º | 0.85% | 0.66% | - |
| HSV(B) | 83.67º | 0.61% | 0.95% | - |
| XYZ | 53.58 | 74.52 | 22.39 | - |
| YUV | 207.9 | 64.28 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 95 | 0.24 | 0 | 0.61 | 0.05 | 83.67 | 0.85 | 0.66 |
| Hex | B8 | F2 | 5F | 18 | 0 | 3D | 5 | 54 | 55 | 42 |
| Octal | 270 | 362 | 137 | 30 | 0 | 75 | 5 | 124 | 125 | 102 |
| Binary | 10111000 | 11110010 | 1011111 | 11000 | 0 | 111101 | 101 | 1010100 | 1010101 | 1000010 |
Color Harmonies of #B8F25F
Complementary color
Monochromatic Colors of #B8F25F
Black with #B8F25F
Text Example
Text Example
White with #B8F25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F25F; }
p { color: rgb(184,242,95); }
H1.HeaderClassName
{
color: #B8F25F;
}
.AnyTagClassName
{
color: #B8F25F;
}
</style>
background-color css
<style>
a { background-color: #B8F25F; }
a { background-color: rgb(184,242,95); }
div.DivClassName
{
background-color: #B8F25F;
}
.BgClassName
{
background-color: #B8F25F;
}
</style>
border-color css
<style>
span { border-color: #B8F25F; }
span { border-color: rgb(184,242,95); }
td.TdClassName
{
border-color: #B8F25F;
}
.TagClassName
{
border-color: #B8F25F;
}
</style>