Shades of Conifer #B2FE5B
Tints of Conifer #B2FE5B
RGB
CMYK
RGB Variations
Color information
#B2FE5B (or 0xB2FE5B) is known color: Conifer. HEX triplet: B2, FE and 5B. RGB value is (178,254,91). Sum of RGB (Red+Green+Blue) = 178+254+91=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 91 (35.94% from 255 or 17.40% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FE5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FE5B is #4D01A4. Grayscale: #D5D5D5. Windows color (decimal): -5046693 or 6028978. OLE color: 6028978.
HSL color Cylindrical-coordinate representation of color #B2FE5B: hue angle of 87.98º 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 #B2FE5B is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 91 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.00 |
| HSL | 87.98º | 0.99% | 0.68% | - |
| HSV(B) | 87.98º | 0.64% | 1% | - |
| XYZ | 55.69 | 81.1 | 22.62 | - |
| YUV | 212.69 | 59.32 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 91 | 0.30 | 0 | 0.64 | 0.00 | 87.98 | 0.99 | 0.68 |
| Hex | B2 | FE | 5B | 1E | 0 | 40 | 0 | 58 | 63 | 44 |
| Octal | 262 | 376 | 133 | 36 | 0 | 100 | 0 | 130 | 143 | 104 |
| Binary | 10110010 | 11111110 | 1011011 | 11110 | 0 | 1000000 | 0 | 1011000 | 1100011 | 1000100 |
Color Harmonies of #B2FE5B
Complementary color
Monochromatic Colors of #B2FE5B
Black with #B2FE5B
Text Example
Text Example
White with #B2FE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FE5B; }
p { color: rgb(178,254,91); }
H1.HeaderClassName
{
color: #B2FE5B;
}
.AnyTagClassName
{
color: #B2FE5B;
}
</style>
background-color css
<style>
a { background-color: #B2FE5B; }
a { background-color: rgb(178,254,91); }
div.DivClassName
{
background-color: #B2FE5B;
}
.BgClassName
{
background-color: #B2FE5B;
}
</style>
border-color css
<style>
span { border-color: #B2FE5B; }
span { border-color: rgb(178,254,91); }
td.TdClassName
{
border-color: #B2FE5B;
}
.TagClassName
{
border-color: #B2FE5B;
}
</style>