Shades of Conifer #B8F54C
Tints of Conifer #B8F54C
RGB
CMYK
RGB Variations
Color information
#B8F54C (or 0xB8F54C) is known color: Conifer. HEX triplet: B8, F5 and 4C. RGB value is (184,245,76). Sum of RGB (Red+Green+Blue) = 184+245+76=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #B8F54C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F54C is #470AB3. Grayscale: #D0D0D0. Windows color (decimal): -4655796 or 5043640. OLE color: 5043640.
HSL color Cylindrical-coordinate representation of color #B8F54C: hue angle of 81.66º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8F54C is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 245 | 76 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.04 |
| HSL | 81.66º | 0.89% | 0.63% | - |
| HSV(B) | 81.66º | 0.69% | 0.96% | - |
| XYZ | 53.72 | 76.02 | 18.68 | - |
| YUV | 207.5 | 53.79 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 245 | 76 | 0.25 | 0 | 0.69 | 0.04 | 81.66 | 0.89 | 0.63 |
| Hex | B8 | F5 | 4C | 19 | 0 | 45 | 4 | 52 | 59 | 3F |
| Octal | 270 | 365 | 114 | 31 | 0 | 105 | 4 | 122 | 131 | 77 |
| Binary | 10111000 | 11110101 | 1001100 | 11001 | 0 | 1000101 | 100 | 1010010 | 1011001 | 111111 |
Color Harmonies of #B8F54C
Complementary color
Monochromatic Colors of #B8F54C
Black with #B8F54C
Text Example
Text Example
White with #B8F54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F54C; }
p { color: rgb(184,245,76); }
H1.HeaderClassName
{
color: #B8F54C;
}
.AnyTagClassName
{
color: #B8F54C;
}
</style>
background-color css
<style>
a { background-color: #B8F54C; }
a { background-color: rgb(184,245,76); }
div.DivClassName
{
background-color: #B8F54C;
}
.BgClassName
{
background-color: #B8F54C;
}
</style>
border-color css
<style>
span { border-color: #B8F54C; }
span { border-color: rgb(184,245,76); }
td.TdClassName
{
border-color: #B8F54C;
}
.TagClassName
{
border-color: #B8F54C;
}
</style>