Shades of Conifer #B8F165
Tints of Conifer #B8F165
RGB
CMYK
RGB Variations
Color information
#B8F165 (or 0xB8F165) is known color: Conifer. HEX triplet: B8, F1 and 65. RGB value is (184,241,101). Sum of RGB (Red+Green+Blue) = 184+241+101=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F165 is #470E9A. Grayscale: #D0D0D0. Windows color (decimal): -4656795 or 6681016. OLE color: 6681016.
HSL color Cylindrical-coordinate representation of color #B8F165: hue angle of 84.43º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8F165 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 101 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.05 |
| HSL | 84.43º | 0.83% | 0.67% | - |
| HSV(B) | 84.43º | 0.58% | 0.95% | - |
| XYZ | 53.57 | 74.04 | 23.78 | - |
| YUV | 208 | 67.62 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 101 | 0.24 | 0 | 0.58 | 0.05 | 84.43 | 0.83 | 0.67 |
| Hex | B8 | F1 | 65 | 18 | 0 | 3A | 5 | 54 | 53 | 43 |
| Octal | 270 | 361 | 145 | 30 | 0 | 72 | 5 | 124 | 123 | 103 |
| Binary | 10111000 | 11110001 | 1100101 | 11000 | 0 | 111010 | 101 | 1010100 | 1010011 | 1000011 |
Color Harmonies of #B8F165
Complementary color
Monochromatic Colors of #B8F165
Black with #B8F165
Text Example
Text Example
White with #B8F165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F165; }
p { color: rgb(184,241,101); }
H1.HeaderClassName
{
color: #B8F165;
}
.AnyTagClassName
{
color: #B8F165;
}
</style>
background-color css
<style>
a { background-color: #B8F165; }
a { background-color: rgb(184,241,101); }
div.DivClassName
{
background-color: #B8F165;
}
.BgClassName
{
background-color: #B8F165;
}
</style>
border-color css
<style>
span { border-color: #B8F165; }
span { border-color: rgb(184,241,101); }
td.TdClassName
{
border-color: #B8F165;
}
.TagClassName
{
border-color: #B8F165;
}
</style>