Shades of Conifer #B2FA57
Tints of Conifer #B2FA57
RGB
CMYK
RGB Variations
Color information
#B2FA57 (or 0xB2FA57) is known color: Conifer. HEX triplet: B2, FA and 57. RGB value is (178,250,87). Sum of RGB (Red+Green+Blue) = 178+250+87=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 87 (34.38% from 255 or 16.89% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA57 is #4D05A8. Grayscale: #D2D2D2. Windows color (decimal): -5047721 or 5765810. OLE color: 5765810.
HSL color Cylindrical-coordinate representation of color #B2FA57: hue angle of 86.5º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2FA57 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 87 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.02 |
| HSL | 86.5º | 0.94% | 0.66% | - |
| HSV(B) | 86.5º | 0.65% | 0.98% | - |
| XYZ | 54.27 | 78.52 | 21.31 | - |
| YUV | 209.89 | 58.65 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 87 | 0.29 | 0 | 0.65 | 0.02 | 86.5 | 0.94 | 0.66 |
| Hex | B2 | FA | 57 | 1D | 0 | 41 | 2 | 57 | 5E | 42 |
| Octal | 262 | 372 | 127 | 35 | 0 | 101 | 2 | 127 | 136 | 102 |
| Binary | 10110010 | 11111010 | 1010111 | 11101 | 0 | 1000001 | 10 | 1010111 | 1011110 | 1000010 |
Color Harmonies of #B2FA57
Complementary color
Monochromatic Colors of #B2FA57
Black with #B2FA57
Text Example
Text Example
White with #B2FA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA57; }
p { color: rgb(178,250,87); }
H1.HeaderClassName
{
color: #B2FA57;
}
.AnyTagClassName
{
color: #B2FA57;
}
</style>
background-color css
<style>
a { background-color: #B2FA57; }
a { background-color: rgb(178,250,87); }
div.DivClassName
{
background-color: #B2FA57;
}
.BgClassName
{
background-color: #B2FA57;
}
</style>
border-color css
<style>
span { border-color: #B2FA57; }
span { border-color: rgb(178,250,87); }
td.TdClassName
{
border-color: #B2FA57;
}
.TagClassName
{
border-color: #B2FA57;
}
</style>