Shades of Conifer #B2FF5B
Tints of Conifer #B2FF5B
RGB
CMYK
RGB Variations
Color information
#B2FF5B (or 0xB2FF5B) is known color: Conifer. HEX triplet: B2, FF and 5B. RGB value is (178,255,91). Sum of RGB (Red+Green+Blue) = 178+255+91=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF5B is #4D00A4. Grayscale: #D5D5D5. Windows color (decimal): -5046437 or 6029234. OLE color: 6029234.
HSL color Cylindrical-coordinate representation of color #B2FF5B: hue angle of 88.17º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2FF5B is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 91 | - |
| CMYK | 0.30 | 0 | 0.64 | 0 |
| HSL | 88.17º | 1% | 0.68% | - |
| HSV(B) | 88.17º | 0.64% | 1% | - |
| XYZ | 56.01 | 81.74 | 22.72 | - |
| YUV | 213.28 | 58.99 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 91 | 0.30 | 0 | 0.64 | 0 | 88.17 | 1 | 0.68 |
| Hex | B2 | FF | 5B | 1E | 0 | 40 | 0 | 58 | 64 | 44 |
| Octal | 262 | 377 | 133 | 36 | 0 | 100 | 0 | 130 | 144 | 104 |
| Binary | 10110010 | 11111111 | 1011011 | 11110 | 0 | 1000000 | 0 | 1011000 | 1100100 | 1000100 |
Color Harmonies of #B2FF5B
Complementary color
Monochromatic Colors of #B2FF5B
Black with #B2FF5B
Text Example
Text Example
White with #B2FF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF5B; }
p { color: rgb(178,255,91); }
H1.HeaderClassName
{
color: #B2FF5B;
}
.AnyTagClassName
{
color: #B2FF5B;
}
</style>
background-color css
<style>
a { background-color: #B2FF5B; }
a { background-color: rgb(178,255,91); }
div.DivClassName
{
background-color: #B2FF5B;
}
.BgClassName
{
background-color: #B2FF5B;
}
</style>
border-color css
<style>
span { border-color: #B2FF5B; }
span { border-color: rgb(178,255,91); }
td.TdClassName
{
border-color: #B2FF5B;
}
.TagClassName
{
border-color: #B2FF5B;
}
</style>