Shades of Conifer #B8F262
Tints of Conifer #B8F262
RGB
CMYK
RGB Variations
Color information
#B8F262 (or 0xB8F262) is known color: Conifer. HEX triplet: B8, F2 and 62. RGB value is (184,242,98). Sum of RGB (Red+Green+Blue) = 184+242+98=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F262 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F262 is #470D9D. Grayscale: #D0D0D0. Windows color (decimal): -4656542 or 6484664. OLE color: 6484664.
HSL color Cylindrical-coordinate representation of color #B8F262: hue angle of 84.17º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8F262 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 98 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.05 |
| HSL | 84.17º | 0.85% | 0.67% | - |
| HSV(B) | 84.17º | 0.6% | 0.95% | - |
| XYZ | 53.72 | 74.58 | 23.12 | - |
| YUV | 208.24 | 65.78 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 98 | 0.24 | 0 | 0.60 | 0.05 | 84.17 | 0.85 | 0.67 |
| Hex | B8 | F2 | 62 | 18 | 0 | 3C | 5 | 54 | 55 | 43 |
| Octal | 270 | 362 | 142 | 30 | 0 | 74 | 5 | 124 | 125 | 103 |
| Binary | 10111000 | 11110010 | 1100010 | 11000 | 0 | 111100 | 101 | 1010100 | 1010101 | 1000011 |
Color Harmonies of #B8F262
Complementary color
Monochromatic Colors of #B8F262
Black with #B8F262
Text Example
Text Example
White with #B8F262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F262; }
p { color: rgb(184,242,98); }
H1.HeaderClassName
{
color: #B8F262;
}
.AnyTagClassName
{
color: #B8F262;
}
</style>
background-color css
<style>
a { background-color: #B8F262; }
a { background-color: rgb(184,242,98); }
div.DivClassName
{
background-color: #B8F262;
}
.BgClassName
{
background-color: #B8F262;
}
</style>
border-color css
<style>
span { border-color: #B8F262; }
span { border-color: rgb(184,242,98); }
td.TdClassName
{
border-color: #B8F262;
}
.TagClassName
{
border-color: #B8F262;
}
</style>