Shades of Conifer #B8FE5C
Tints of Conifer #B8FE5C
RGB
CMYK
RGB Variations
Color information
#B8FE5C (or 0xB8FE5C) is known color: Conifer. HEX triplet: B8, FE and 5C. RGB value is (184,254,92). Sum of RGB (Red+Green+Blue) = 184+254+92=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FE5C is #4701A3. Grayscale: #D7D7D7. Windows color (decimal): -4653476 or 6094520. OLE color: 6094520.
HSL color Cylindrical-coordinate representation of color #B8FE5C: hue angle of 85.93º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8FE5C is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 254 | 92 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.00 |
| HSL | 85.93º | 0.99% | 0.68% | - |
| HSV(B) | 85.93º | 0.64% | 1% | - |
| XYZ | 57.14 | 81.85 | 22.91 | - |
| YUV | 214.6 | 58.81 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 254 | 92 | 0.28 | 0 | 0.64 | 0.00 | 85.93 | 0.99 | 0.68 |
| Hex | B8 | FE | 5C | 1C | 0 | 40 | 0 | 56 | 63 | 44 |
| Octal | 270 | 376 | 134 | 34 | 0 | 100 | 0 | 126 | 143 | 104 |
| Binary | 10111000 | 11111110 | 1011100 | 11100 | 0 | 1000000 | 0 | 1010110 | 1100011 | 1000100 |
Color Harmonies of #B8FE5C
Complementary color
Monochromatic Colors of #B8FE5C
Black with #B8FE5C
Text Example
Text Example
White with #B8FE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FE5C; }
p { color: rgb(184,254,92); }
H1.HeaderClassName
{
color: #B8FE5C;
}
.AnyTagClassName
{
color: #B8FE5C;
}
</style>
background-color css
<style>
a { background-color: #B8FE5C; }
a { background-color: rgb(184,254,92); }
div.DivClassName
{
background-color: #B8FE5C;
}
.BgClassName
{
background-color: #B8FE5C;
}
</style>
border-color css
<style>
span { border-color: #B8FE5C; }
span { border-color: rgb(184,254,92); }
td.TdClassName
{
border-color: #B8FE5C;
}
.TagClassName
{
border-color: #B8FE5C;
}
</style>