Shades of Conifer #B8F150
Tints of Conifer #B8F150
RGB
CMYK
RGB Variations
Color information
#B8F150 (or 0xB8F150) is known color: Conifer. HEX triplet: B8, F1 and 50. RGB value is (184,241,80). Sum of RGB (Red+Green+Blue) = 184+241+80=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F150 is #470EAF. Grayscale: #CECECE. Windows color (decimal): -4656816 or 5304760. OLE color: 5304760.
HSL color Cylindrical-coordinate representation of color #B8F150: hue angle of 81.24º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8F150 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 80 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.05 |
| HSL | 81.24º | 0.85% | 0.63% | - |
| HSV(B) | 81.24º | 0.67% | 0.95% | - |
| XYZ | 52.67 | 73.68 | 19.04 | - |
| YUV | 205.6 | 57.12 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 80 | 0.24 | 0 | 0.67 | 0.05 | 81.24 | 0.85 | 0.63 |
| Hex | B8 | F1 | 50 | 18 | 0 | 43 | 5 | 51 | 55 | 3F |
| Octal | 270 | 361 | 120 | 30 | 0 | 103 | 5 | 121 | 125 | 77 |
| Binary | 10111000 | 11110001 | 1010000 | 11000 | 0 | 1000011 | 101 | 1010001 | 1010101 | 111111 |
Color Harmonies of #B8F150
Complementary color
Monochromatic Colors of #B8F150
Black with #B8F150
Text Example
Text Example
White with #B8F150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F150; }
p { color: rgb(184,241,80); }
H1.HeaderClassName
{
color: #B8F150;
}
.AnyTagClassName
{
color: #B8F150;
}
</style>
background-color css
<style>
a { background-color: #B8F150; }
a { background-color: rgb(184,241,80); }
div.DivClassName
{
background-color: #B8F150;
}
.BgClassName
{
background-color: #B8F150;
}
</style>
border-color css
<style>
span { border-color: #B8F150; }
span { border-color: rgb(184,241,80); }
td.TdClassName
{
border-color: #B8F150;
}
.TagClassName
{
border-color: #B8F150;
}
</style>