Shades of Conifer #B8F360
Tints of Conifer #B8F360
RGB
CMYK
RGB Variations
Color information
#B8F360 (or 0xB8F360) is known color: Conifer. HEX triplet: B8, F3 and 60. RGB value is (184,243,96). Sum of RGB (Red+Green+Blue) = 184+243+96=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F360 is #470C9F. Grayscale: #D1D1D1. Windows color (decimal): -4656288 or 6353848. OLE color: 6353848.
HSL color Cylindrical-coordinate representation of color #B8F360: hue angle of 84.08º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8F360 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 243 | 96 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.05 |
| HSL | 84.08º | 0.86% | 0.66% | - |
| HSV(B) | 84.08º | 0.6% | 0.95% | - |
| XYZ | 53.93 | 75.14 | 22.73 | - |
| YUV | 208.6 | 64.45 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 243 | 96 | 0.24 | 0 | 0.60 | 0.05 | 84.08 | 0.86 | 0.66 |
| Hex | B8 | F3 | 60 | 18 | 0 | 3C | 5 | 54 | 56 | 42 |
| Octal | 270 | 363 | 140 | 30 | 0 | 74 | 5 | 124 | 126 | 102 |
| Binary | 10111000 | 11110011 | 1100000 | 11000 | 0 | 111100 | 101 | 1010100 | 1010110 | 1000010 |
Color Harmonies of #B8F360
Complementary color
Monochromatic Colors of #B8F360
Black with #B8F360
Text Example
Text Example
White with #B8F360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F360; }
p { color: rgb(184,243,96); }
H1.HeaderClassName
{
color: #B8F360;
}
.AnyTagClassName
{
color: #B8F360;
}
</style>
background-color css
<style>
a { background-color: #B8F360; }
a { background-color: rgb(184,243,96); }
div.DivClassName
{
background-color: #B8F360;
}
.BgClassName
{
background-color: #B8F360;
}
</style>
border-color css
<style>
span { border-color: #B8F360; }
span { border-color: rgb(184,243,96); }
td.TdClassName
{
border-color: #B8F360;
}
.TagClassName
{
border-color: #B8F360;
}
</style>