Shades of Conifer #B2FA59
Tints of Conifer #B2FA59
RGB
CMYK
RGB Variations
Color information
#B2FA59 (or 0xB2FA59) is known color: Conifer. HEX triplet: B2, FA and 59. RGB value is (178,250,89). Sum of RGB (Red+Green+Blue) = 178+250+89=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 89 (35.16% from 255 or 17.21% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA59 is #4D05A6. Grayscale: #D2D2D2. Windows color (decimal): -5047719 or 5896882. OLE color: 5896882.
HSL color Cylindrical-coordinate representation of color #B2FA59: hue angle of 86.83º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2FA59 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 89 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.02 |
| HSL | 86.83º | 0.94% | 0.66% | - |
| HSV(B) | 86.83º | 0.64% | 0.98% | - |
| XYZ | 54.35 | 78.56 | 21.75 | - |
| YUV | 210.12 | 59.65 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 89 | 0.29 | 0 | 0.64 | 0.02 | 86.83 | 0.94 | 0.66 |
| Hex | B2 | FA | 59 | 1D | 0 | 40 | 2 | 57 | 5E | 42 |
| Octal | 262 | 372 | 131 | 35 | 0 | 100 | 2 | 127 | 136 | 102 |
| Binary | 10110010 | 11111010 | 1011001 | 11101 | 0 | 1000000 | 10 | 1010111 | 1011110 | 1000010 |
Color Harmonies of #B2FA59
Complementary color
Monochromatic Colors of #B2FA59
Black with #B2FA59
Text Example
Text Example
White with #B2FA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA59; }
p { color: rgb(178,250,89); }
H1.HeaderClassName
{
color: #B2FA59;
}
.AnyTagClassName
{
color: #B2FA59;
}
</style>
background-color css
<style>
a { background-color: #B2FA59; }
a { background-color: rgb(178,250,89); }
div.DivClassName
{
background-color: #B2FA59;
}
.BgClassName
{
background-color: #B2FA59;
}
</style>
border-color css
<style>
span { border-color: #B2FA59; }
span { border-color: rgb(178,250,89); }
td.TdClassName
{
border-color: #B2FA59;
}
.TagClassName
{
border-color: #B2FA59;
}
</style>