Shades of Conifer #B8F84B
Tints of Conifer #B8F84B
RGB
CMYK
RGB Variations
Color information
#B8F84B (or 0xB8F84B) is known color: Conifer. HEX triplet: B8, F8 and 4B. RGB value is (184,248,75). Sum of RGB (Red+Green+Blue) = 184+248+75=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 248 (97.27% from 255 or 48.92% from 507); Blue value is 75 (29.69% from 255 or 14.79% from 507); Max value from RGB is 248 - color contains mainly: green. Hex color #B8F84B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F84B is #4707B4. Grayscale: #D1D1D1. Windows color (decimal): -4655029 or 4978872. OLE color: 4978872.
HSL color Cylindrical-coordinate representation of color #B8F84B: hue angle of 82.2º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8F84B is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 248 | 75 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.03 |
| HSL | 82.2º | 0.93% | 0.63% | - |
| HSV(B) | 82.2º | 0.7% | 0.97% | - |
| XYZ | 54.6 | 77.83 | 18.8 | - |
| YUV | 209.14 | 52.3 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 248 | 75 | 0.26 | 0 | 0.70 | 0.03 | 82.2 | 0.93 | 0.63 |
| Hex | B8 | F8 | 4B | 1A | 0 | 46 | 3 | 52 | 5D | 3F |
| Octal | 270 | 370 | 113 | 32 | 0 | 106 | 3 | 122 | 135 | 77 |
| Binary | 10111000 | 11111000 | 1001011 | 11010 | 0 | 1000110 | 11 | 1010010 | 1011101 | 111111 |
Color Harmonies of #B8F84B
Complementary color
Monochromatic Colors of #B8F84B
Black with #B8F84B
Text Example
Text Example
White with #B8F84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F84B; }
p { color: rgb(184,248,75); }
H1.HeaderClassName
{
color: #B8F84B;
}
.AnyTagClassName
{
color: #B8F84B;
}
</style>
background-color css
<style>
a { background-color: #B8F84B; }
a { background-color: rgb(184,248,75); }
div.DivClassName
{
background-color: #B8F84B;
}
.BgClassName
{
background-color: #B8F84B;
}
</style>
border-color css
<style>
span { border-color: #B8F84B; }
span { border-color: rgb(184,248,75); }
td.TdClassName
{
border-color: #B8F84B;
}
.TagClassName
{
border-color: #B8F84B;
}
</style>