Shades of Conifer #B8F962
Tints of Conifer #B8F962
RGB
CMYK
RGB Variations
Color information
#B8F962 (or 0xB8F962) is known color: Conifer. HEX triplet: B8, F9 and 62. RGB value is (184,249,98). Sum of RGB (Red+Green+Blue) = 184+249+98=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #B8F962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F962 is #47069D. Grayscale: #D4D4D4. Windows color (decimal): -4654750 or 6486456. OLE color: 6486456.
HSL color Cylindrical-coordinate representation of color #B8F962: hue angle of 85.83º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8F962 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 249 | 98 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.02 |
| HSL | 85.83º | 0.93% | 0.68% | - |
| HSV(B) | 85.83º | 0.61% | 0.98% | - |
| XYZ | 55.85 | 78.82 | 23.83 | - |
| YUV | 212.35 | 63.47 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 249 | 98 | 0.26 | 0 | 0.61 | 0.02 | 85.83 | 0.93 | 0.68 |
| Hex | B8 | F9 | 62 | 1A | 0 | 3D | 2 | 56 | 5D | 44 |
| Octal | 270 | 371 | 142 | 32 | 0 | 75 | 2 | 126 | 135 | 104 |
| Binary | 10111000 | 11111001 | 1100010 | 11010 | 0 | 111101 | 10 | 1010110 | 1011101 | 1000100 |
Color Harmonies of #B8F962
Complementary color
Monochromatic Colors of #B8F962
Black with #B8F962
Text Example
Text Example
White with #B8F962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F962; }
p { color: rgb(184,249,98); }
H1.HeaderClassName
{
color: #B8F962;
}
.AnyTagClassName
{
color: #B8F962;
}
</style>
background-color css
<style>
a { background-color: #B8F962; }
a { background-color: rgb(184,249,98); }
div.DivClassName
{
background-color: #B8F962;
}
.BgClassName
{
background-color: #B8F962;
}
</style>
border-color css
<style>
span { border-color: #B8F962; }
span { border-color: rgb(184,249,98); }
td.TdClassName
{
border-color: #B8F962;
}
.TagClassName
{
border-color: #B8F962;
}
</style>