Shades of Conifer #B8F246
Tints of Conifer #B8F246
RGB
CMYK
RGB Variations
Color information
#B8F246 (or 0xB8F246) is known color: Conifer. HEX triplet: B8, F2 and 46. RGB value is (184,242,70). Sum of RGB (Red+Green+Blue) = 184+242+70=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 70 (27.73% from 255 or 14.11% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F246 is #470DB9. Grayscale: #CDCDCD. Windows color (decimal): -4656570 or 4649656. OLE color: 4649656.
HSL color Cylindrical-coordinate representation of color #B8F246: hue angle of 80.23º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B8F246 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 70 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.05 |
| HSL | 80.23º | 0.87% | 0.61% | - |
| HSV(B) | 80.23º | 0.71% | 0.95% | - |
| XYZ | 52.62 | 74.14 | 17.33 | - |
| YUV | 205.05 | 51.78 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 70 | 0.24 | 0 | 0.71 | 0.05 | 80.23 | 0.87 | 0.61 |
| Hex | B8 | F2 | 46 | 18 | 0 | 47 | 5 | 50 | 57 | 3D |
| Octal | 270 | 362 | 106 | 30 | 0 | 107 | 5 | 120 | 127 | 75 |
| Binary | 10111000 | 11110010 | 1000110 | 11000 | 0 | 1000111 | 101 | 1010000 | 1010111 | 111101 |
Color Harmonies of #B8F246
Complementary color
Monochromatic Colors of #B8F246
Black with #B8F246
Text Example
Text Example
White with #B8F246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F246; }
p { color: rgb(184,242,70); }
H1.HeaderClassName
{
color: #B8F246;
}
.AnyTagClassName
{
color: #B8F246;
}
</style>
background-color css
<style>
a { background-color: #B8F246; }
a { background-color: rgb(184,242,70); }
div.DivClassName
{
background-color: #B8F246;
}
.BgClassName
{
background-color: #B8F246;
}
</style>
border-color css
<style>
span { border-color: #B8F246; }
span { border-color: rgb(184,242,70); }
td.TdClassName
{
border-color: #B8F246;
}
.TagClassName
{
border-color: #B8F246;
}
</style>