Shades of Conifer #B2FA5B
Tints of Conifer #B2FA5B
RGB
CMYK
RGB Variations
Color information
#B2FA5B (or 0xB2FA5B) is known color: Conifer. HEX triplet: B2, FA and 5B. RGB value is (178,250,91). Sum of RGB (Red+Green+Blue) = 178+250+91=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA5B is #4D05A4. Grayscale: #D2D2D2. Windows color (decimal): -5047717 or 6027954. OLE color: 6027954.
HSL color Cylindrical-coordinate representation of color #B2FA5B: hue angle of 87.17º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2FA5B is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 91 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.02 |
| HSL | 87.17º | 0.94% | 0.67% | - |
| HSV(B) | 87.17º | 0.64% | 0.98% | - |
| XYZ | 54.43 | 78.59 | 22.2 | - |
| YUV | 210.35 | 60.65 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 91 | 0.29 | 0 | 0.64 | 0.02 | 87.17 | 0.94 | 0.67 |
| Hex | B2 | FA | 5B | 1D | 0 | 40 | 2 | 57 | 5E | 43 |
| Octal | 262 | 372 | 133 | 35 | 0 | 100 | 2 | 127 | 136 | 103 |
| Binary | 10110010 | 11111010 | 1011011 | 11101 | 0 | 1000000 | 10 | 1010111 | 1011110 | 1000011 |
Color Harmonies of #B2FA5B
Complementary color
Monochromatic Colors of #B2FA5B
Black with #B2FA5B
Text Example
Text Example
White with #B2FA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA5B; }
p { color: rgb(178,250,91); }
H1.HeaderClassName
{
color: #B2FA5B;
}
.AnyTagClassName
{
color: #B2FA5B;
}
</style>
background-color css
<style>
a { background-color: #B2FA5B; }
a { background-color: rgb(178,250,91); }
div.DivClassName
{
background-color: #B2FA5B;
}
.BgClassName
{
background-color: #B2FA5B;
}
</style>
border-color css
<style>
span { border-color: #B2FA5B; }
span { border-color: rgb(178,250,91); }
td.TdClassName
{
border-color: #B2FA5B;
}
.TagClassName
{
border-color: #B2FA5B;
}
</style>