Shades of Conifer #B8F148
Tints of Conifer #B8F148
RGB
CMYK
RGB Variations
Color information
#B8F148 (or 0xB8F148) is known color: Conifer. HEX triplet: B8, F1 and 48. RGB value is (184,241,72). Sum of RGB (Red+Green+Blue) = 184+241+72=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 72 (28.52% from 255 or 14.49% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F148 is #470EB7. Grayscale: #CDCDCD. Windows color (decimal): -4656824 or 4780472. OLE color: 4780472.
HSL color Cylindrical-coordinate representation of color #B8F148: hue angle of 80.24º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8F148 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 72 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.05 |
| HSL | 80.24º | 0.86% | 0.61% | - |
| HSV(B) | 80.24º | 0.7% | 0.95% | - |
| XYZ | 52.39 | 73.57 | 17.57 | - |
| YUV | 204.69 | 53.12 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 72 | 0.24 | 0 | 0.70 | 0.05 | 80.24 | 0.86 | 0.61 |
| Hex | B8 | F1 | 48 | 18 | 0 | 46 | 5 | 50 | 56 | 3D |
| Octal | 270 | 361 | 110 | 30 | 0 | 106 | 5 | 120 | 126 | 75 |
| Binary | 10111000 | 11110001 | 1001000 | 11000 | 0 | 1000110 | 101 | 1010000 | 1010110 | 111101 |
Color Harmonies of #B8F148
Complementary color
Monochromatic Colors of #B8F148
Black with #B8F148
Text Example
Text Example
White with #B8F148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F148; }
p { color: rgb(184,241,72); }
H1.HeaderClassName
{
color: #B8F148;
}
.AnyTagClassName
{
color: #B8F148;
}
</style>
background-color css
<style>
a { background-color: #B8F148; }
a { background-color: rgb(184,241,72); }
div.DivClassName
{
background-color: #B8F148;
}
.BgClassName
{
background-color: #B8F148;
}
</style>
border-color css
<style>
span { border-color: #B8F148; }
span { border-color: rgb(184,241,72); }
td.TdClassName
{
border-color: #B8F148;
}
.TagClassName
{
border-color: #B8F148;
}
</style>