Shades of Conifer #B8FC5A
Tints of Conifer #B8FC5A
RGB
CMYK
RGB Variations
Color information
#B8FC5A (or 0xB8FC5A) is known color: Conifer. HEX triplet: B8, FC and 5A. RGB value is (184,252,90). Sum of RGB (Red+Green+Blue) = 184+252+90=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FC5A is #4703A5. Grayscale: #D5D5D5. Windows color (decimal): -4653990 or 5962936. OLE color: 5962936.
HSL color Cylindrical-coordinate representation of color #B8FC5A: hue angle of 85.19º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8FC5A is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 252 | 90 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.01 |
| HSL | 85.19º | 0.96% | 0.67% | - |
| HSV(B) | 85.19º | 0.64% | 0.99% | - |
| XYZ | 56.42 | 80.55 | 22.25 | - |
| YUV | 213.2 | 58.47 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 252 | 90 | 0.27 | 0 | 0.64 | 0.01 | 85.19 | 0.96 | 0.67 |
| Hex | B8 | FC | 5A | 1B | 0 | 40 | 1 | 55 | 60 | 43 |
| Octal | 270 | 374 | 132 | 33 | 0 | 100 | 1 | 125 | 140 | 103 |
| Binary | 10111000 | 11111100 | 1011010 | 11011 | 0 | 1000000 | 1 | 1010101 | 1100000 | 1000011 |
Color Harmonies of #B8FC5A
Complementary color
Monochromatic Colors of #B8FC5A
Black with #B8FC5A
Text Example
Text Example
White with #B8FC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FC5A; }
p { color: rgb(184,252,90); }
H1.HeaderClassName
{
color: #B8FC5A;
}
.AnyTagClassName
{
color: #B8FC5A;
}
</style>
background-color css
<style>
a { background-color: #B8FC5A; }
a { background-color: rgb(184,252,90); }
div.DivClassName
{
background-color: #B8FC5A;
}
.BgClassName
{
background-color: #B8FC5A;
}
</style>
border-color css
<style>
span { border-color: #B8FC5A; }
span { border-color: rgb(184,252,90); }
td.TdClassName
{
border-color: #B8FC5A;
}
.TagClassName
{
border-color: #B8FC5A;
}
</style>