Shades of Conifer #B2FF57
Tints of Conifer #B2FF57
RGB
CMYK
RGB Variations
Color information
#B2FF57 (or 0xB2FF57) is known color: Conifer. HEX triplet: B2, FF and 57. RGB value is (178,255,87). Sum of RGB (Red+Green+Blue) = 178+255+87=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 87 (34.38% from 255 or 16.73% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF57 is #4D00A8. Grayscale: #D5D5D5. Windows color (decimal): -5046441 or 5767090. OLE color: 5767090.
HSL color Cylindrical-coordinate representation of color #B2FF57: hue angle of 87.5º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2FF57 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 87 | - |
| CMYK | 0.30 | 0 | 0.66 | 0 |
| HSL | 87.5º | 1% | 0.67% | - |
| HSV(B) | 87.5º | 0.66% | 1% | - |
| XYZ | 55.84 | 81.67 | 21.84 | - |
| YUV | 212.83 | 56.99 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 87 | 0.30 | 0 | 0.66 | 0 | 87.5 | 1 | 0.67 |
| Hex | B2 | FF | 57 | 1E | 0 | 42 | 0 | 57 | 64 | 43 |
| Octal | 262 | 377 | 127 | 36 | 0 | 102 | 0 | 127 | 144 | 103 |
| Binary | 10110010 | 11111111 | 1010111 | 11110 | 0 | 1000010 | 0 | 1010111 | 1100100 | 1000011 |
Color Harmonies of #B2FF57
Complementary color
Monochromatic Colors of #B2FF57
Black with #B2FF57
Text Example
Text Example
White with #B2FF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF57; }
p { color: rgb(178,255,87); }
H1.HeaderClassName
{
color: #B2FF57;
}
.AnyTagClassName
{
color: #B2FF57;
}
</style>
background-color css
<style>
a { background-color: #B2FF57; }
a { background-color: rgb(178,255,87); }
div.DivClassName
{
background-color: #B2FF57;
}
.BgClassName
{
background-color: #B2FF57;
}
</style>
border-color css
<style>
span { border-color: #B2FF57; }
span { border-color: rgb(178,255,87); }
td.TdClassName
{
border-color: #B2FF57;
}
.TagClassName
{
border-color: #B2FF57;
}
</style>