Shades of Conifer #B2FC5B
Tints of Conifer #B2FC5B
RGB
CMYK
RGB Variations
Color information
#B2FC5B (or 0xB2FC5B) is known color: Conifer. HEX triplet: B2, FC and 5B. RGB value is (178,252,91). Sum of RGB (Red+Green+Blue) = 178+252+91=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FC5B is #4D03A4. Grayscale: #D4D4D4. Windows color (decimal): -5047205 or 6028466. OLE color: 6028466.
HSL color Cylindrical-coordinate representation of color #B2FC5B: hue angle of 87.58º 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 #B2FC5B is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 91 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.01 |
| HSL | 87.58º | 0.96% | 0.67% | - |
| HSV(B) | 87.58º | 0.64% | 0.99% | - |
| XYZ | 55.06 | 79.84 | 22.41 | - |
| YUV | 211.52 | 59.98 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 91 | 0.29 | 0 | 0.64 | 0.01 | 87.58 | 0.96 | 0.67 |
| Hex | B2 | FC | 5B | 1D | 0 | 40 | 1 | 58 | 60 | 43 |
| Octal | 262 | 374 | 133 | 35 | 0 | 100 | 1 | 130 | 140 | 103 |
| Binary | 10110010 | 11111100 | 1011011 | 11101 | 0 | 1000000 | 1 | 1011000 | 1100000 | 1000011 |
Color Harmonies of #B2FC5B
Complementary color
Monochromatic Colors of #B2FC5B
Black with #B2FC5B
Text Example
Text Example
White with #B2FC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FC5B; }
p { color: rgb(178,252,91); }
H1.HeaderClassName
{
color: #B2FC5B;
}
.AnyTagClassName
{
color: #B2FC5B;
}
</style>
background-color css
<style>
a { background-color: #B2FC5B; }
a { background-color: rgb(178,252,91); }
div.DivClassName
{
background-color: #B2FC5B;
}
.BgClassName
{
background-color: #B2FC5B;
}
</style>
border-color css
<style>
span { border-color: #B2FC5B; }
span { border-color: rgb(178,252,91); }
td.TdClassName
{
border-color: #B2FC5B;
}
.TagClassName
{
border-color: #B2FC5B;
}
</style>