Shades of Conifer #B2FC55
Tints of Conifer #B2FC55
RGB
CMYK
RGB Variations
Color information
#B2FC55 (or 0xB2FC55) is known color: Conifer. HEX triplet: B2, FC and 55. RGB value is (178,252,85). Sum of RGB (Red+Green+Blue) = 178+252+85=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FC55 is #4D03AA. Grayscale: #D3D3D3. Windows color (decimal): -5047211 or 5635250. OLE color: 5635250.
HSL color Cylindrical-coordinate representation of color #B2FC55: hue angle of 86.59º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2FC55 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 85 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.01 |
| HSL | 86.59º | 0.97% | 0.66% | - |
| HSV(B) | 86.59º | 0.66% | 0.99% | - |
| XYZ | 54.81 | 79.74 | 21.1 | - |
| YUV | 210.84 | 56.98 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 85 | 0.29 | 0 | 0.66 | 0.01 | 86.59 | 0.97 | 0.66 |
| Hex | B2 | FC | 55 | 1D | 0 | 42 | 1 | 57 | 61 | 42 |
| Octal | 262 | 374 | 125 | 35 | 0 | 102 | 1 | 127 | 141 | 102 |
| Binary | 10110010 | 11111100 | 1010101 | 11101 | 0 | 1000010 | 1 | 1010111 | 1100001 | 1000010 |
Color Harmonies of #B2FC55
Complementary color
Monochromatic Colors of #B2FC55
Black with #B2FC55
Text Example
Text Example
White with #B2FC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FC55; }
p { color: rgb(178,252,85); }
H1.HeaderClassName
{
color: #B2FC55;
}
.AnyTagClassName
{
color: #B2FC55;
}
</style>
background-color css
<style>
a { background-color: #B2FC55; }
a { background-color: rgb(178,252,85); }
div.DivClassName
{
background-color: #B2FC55;
}
.BgClassName
{
background-color: #B2FC55;
}
</style>
border-color css
<style>
span { border-color: #B2FC55; }
span { border-color: rgb(178,252,85); }
td.TdClassName
{
border-color: #B2FC55;
}
.TagClassName
{
border-color: #B2FC55;
}
</style>