Shades of Conifer #B8FA62
Tints of Conifer #B8FA62
RGB
CMYK
RGB Variations
Color information
#B8FA62 (or 0xB8FA62) is known color: Conifer. HEX triplet: B8, FA and 62. RGB value is (184,250,98). Sum of RGB (Red+Green+Blue) = 184+250+98=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FA62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FA62 is #47059D. Grayscale: #D5D5D5. Windows color (decimal): -4654494 or 6486712. OLE color: 6486712.
HSL color Cylindrical-coordinate representation of color #B8FA62: hue angle of 86.05º degrees, saturation: 0.94, 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 #B8FA62 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 98 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.02 |
| HSL | 86.05º | 0.94% | 0.68% | - |
| HSV(B) | 86.05º | 0.61% | 0.98% | - |
| XYZ | 56.16 | 79.44 | 23.93 | - |
| YUV | 212.94 | 63.13 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 98 | 0.26 | 0 | 0.61 | 0.02 | 86.05 | 0.94 | 0.68 |
| Hex | B8 | FA | 62 | 1A | 0 | 3D | 2 | 56 | 5E | 44 |
| Octal | 270 | 372 | 142 | 32 | 0 | 75 | 2 | 126 | 136 | 104 |
| Binary | 10111000 | 11111010 | 1100010 | 11010 | 0 | 111101 | 10 | 1010110 | 1011110 | 1000100 |
Color Harmonies of #B8FA62
Complementary color
Monochromatic Colors of #B8FA62
Black with #B8FA62
Text Example
Text Example
White with #B8FA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FA62; }
p { color: rgb(184,250,98); }
H1.HeaderClassName
{
color: #B8FA62;
}
.AnyTagClassName
{
color: #B8FA62;
}
</style>
background-color css
<style>
a { background-color: #B8FA62; }
a { background-color: rgb(184,250,98); }
div.DivClassName
{
background-color: #B8FA62;
}
.BgClassName
{
background-color: #B8FA62;
}
</style>
border-color css
<style>
span { border-color: #B8FA62; }
span { border-color: rgb(184,250,98); }
td.TdClassName
{
border-color: #B8FA62;
}
.TagClassName
{
border-color: #B8FA62;
}
</style>