Shades of Conifer #B0FC57
Tints of Conifer #B0FC57
RGB
CMYK
RGB Variations
Color information
#B0FC57 (or 0xB0FC57) is known color: Conifer. HEX triplet: B0, FC and 57. RGB value is (176,252,87). Sum of RGB (Red+Green+Blue) = 176+252+87=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 87 (34.38% from 255 or 16.89% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FC57 is #4F03A8. Grayscale: #D3D3D3. Windows color (decimal): -5178281 or 5766320. OLE color: 5766320.
HSL color Cylindrical-coordinate representation of color #B0FC57: hue angle of 87.64º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0FC57 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 87 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.01 |
| HSL | 87.64º | 0.96% | 0.66% | - |
| HSV(B) | 87.64º | 0.65% | 0.99% | - |
| XYZ | 54.44 | 79.54 | 21.5 | - |
| YUV | 210.47 | 58.32 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 87 | 0.30 | 0 | 0.65 | 0.01 | 87.64 | 0.96 | 0.66 |
| Hex | B0 | FC | 57 | 1E | 0 | 41 | 1 | 58 | 60 | 42 |
| Octal | 260 | 374 | 127 | 36 | 0 | 101 | 1 | 130 | 140 | 102 |
| Binary | 10110000 | 11111100 | 1010111 | 11110 | 0 | 1000001 | 1 | 1011000 | 1100000 | 1000010 |
Color Harmonies of #B0FC57
Complementary color
Monochromatic Colors of #B0FC57
Black with #B0FC57
Text Example
Text Example
White with #B0FC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FC57; }
p { color: rgb(176,252,87); }
H1.HeaderClassName
{
color: #B0FC57;
}
.AnyTagClassName
{
color: #B0FC57;
}
</style>
background-color css
<style>
a { background-color: #B0FC57; }
a { background-color: rgb(176,252,87); }
div.DivClassName
{
background-color: #B0FC57;
}
.BgClassName
{
background-color: #B0FC57;
}
</style>
border-color css
<style>
span { border-color: #B0FC57; }
span { border-color: rgb(176,252,87); }
td.TdClassName
{
border-color: #B0FC57;
}
.TagClassName
{
border-color: #B0FC57;
}
</style>