Shades of Conifer #B8F15C
Tints of Conifer #B8F15C
RGB
CMYK
RGB Variations
Color information
#B8F15C (or 0xB8F15C) is known color: Conifer. HEX triplet: B8, F1 and 5C. RGB value is (184,241,92). Sum of RGB (Red+Green+Blue) = 184+241+92=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F15C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F15C is #470EA3. Grayscale: #CFCFCF. Windows color (decimal): -4656804 or 6091192. OLE color: 6091192.
HSL color Cylindrical-coordinate representation of color #B8F15C: hue angle of 82.95º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8F15C is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 92 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.05 |
| HSL | 82.95º | 0.84% | 0.65% | - |
| HSV(B) | 82.95º | 0.62% | 0.95% | - |
| XYZ | 53.15 | 73.87 | 21.58 | - |
| YUV | 206.97 | 63.12 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 92 | 0.24 | 0 | 0.62 | 0.05 | 82.95 | 0.84 | 0.65 |
| Hex | B8 | F1 | 5C | 18 | 0 | 3E | 5 | 53 | 54 | 41 |
| Octal | 270 | 361 | 134 | 30 | 0 | 76 | 5 | 123 | 124 | 101 |
| Binary | 10111000 | 11110001 | 1011100 | 11000 | 0 | 111110 | 101 | 1010011 | 1010100 | 1000001 |
Color Harmonies of #B8F15C
Complementary color
Monochromatic Colors of #B8F15C
Black with #B8F15C
Text Example
Text Example
White with #B8F15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F15C; }
p { color: rgb(184,241,92); }
H1.HeaderClassName
{
color: #B8F15C;
}
.AnyTagClassName
{
color: #B8F15C;
}
</style>
background-color css
<style>
a { background-color: #B8F15C; }
a { background-color: rgb(184,241,92); }
div.DivClassName
{
background-color: #B8F15C;
}
.BgClassName
{
background-color: #B8F15C;
}
</style>
border-color css
<style>
span { border-color: #B8F15C; }
span { border-color: rgb(184,241,92); }
td.TdClassName
{
border-color: #B8F15C;
}
.TagClassName
{
border-color: #B8F15C;
}
</style>