Shades of Conifer #B8F061
Tints of Conifer #B8F061
RGB
CMYK
RGB Variations
Color information
#B8F061 (or 0xB8F061) is known color: Conifer. HEX triplet: B8, F0 and 61. RGB value is (184,240,97). Sum of RGB (Red+Green+Blue) = 184+240+97=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F061 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F061 is #470F9E. Grayscale: #CFCFCF. Windows color (decimal): -4657055 or 6418616. OLE color: 6418616.
HSL color Cylindrical-coordinate representation of color #B8F061: hue angle of 83.5º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8F061 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 240 | 97 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.06 |
| HSL | 83.5º | 0.83% | 0.66% | - |
| HSV(B) | 83.5º | 0.6% | 0.94% | - |
| XYZ | 53.08 | 73.37 | 22.67 | - |
| YUV | 206.95 | 65.95 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 240 | 97 | 0.23 | 0 | 0.60 | 0.06 | 83.5 | 0.83 | 0.66 |
| Hex | B8 | F0 | 61 | 17 | 0 | 3C | 6 | 53 | 53 | 42 |
| Octal | 270 | 360 | 141 | 27 | 0 | 74 | 6 | 123 | 123 | 102 |
| Binary | 10111000 | 11110000 | 1100001 | 10111 | 0 | 111100 | 110 | 1010011 | 1010011 | 1000010 |
Color Harmonies of #B8F061
Complementary color
Monochromatic Colors of #B8F061
Black with #B8F061
Text Example
Text Example
White with #B8F061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F061; }
p { color: rgb(184,240,97); }
H1.HeaderClassName
{
color: #B8F061;
}
.AnyTagClassName
{
color: #B8F061;
}
</style>
background-color css
<style>
a { background-color: #B8F061; }
a { background-color: rgb(184,240,97); }
div.DivClassName
{
background-color: #B8F061;
}
.BgClassName
{
background-color: #B8F061;
}
</style>
border-color css
<style>
span { border-color: #B8F061; }
span { border-color: rgb(184,240,97); }
td.TdClassName
{
border-color: #B8F061;
}
.TagClassName
{
border-color: #B8F061;
}
</style>