Shades of Conifer #B2FC50
Tints of Conifer #B2FC50
RGB
CMYK
RGB Variations
Color information
#B2FC50 (or 0xB2FC50) is known color: Conifer. HEX triplet: B2, FC and 50. RGB value is (178,252,80). Sum of RGB (Red+Green+Blue) = 178+252+80=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FC50 is #4D03AF. Grayscale: #D2D2D2. Windows color (decimal): -5047216 or 5307570. OLE color: 5307570.
HSL color Cylindrical-coordinate representation of color #B2FC50: hue angle of 85.81º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2FC50 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 80 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.01 |
| HSL | 85.81º | 0.97% | 0.65% | - |
| HSV(B) | 85.81º | 0.68% | 0.99% | - |
| XYZ | 54.62 | 79.66 | 20.09 | - |
| YUV | 210.27 | 54.48 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 80 | 0.29 | 0 | 0.68 | 0.01 | 85.81 | 0.97 | 0.65 |
| Hex | B2 | FC | 50 | 1D | 0 | 44 | 1 | 56 | 61 | 41 |
| Octal | 262 | 374 | 120 | 35 | 0 | 104 | 1 | 126 | 141 | 101 |
| Binary | 10110010 | 11111100 | 1010000 | 11101 | 0 | 1000100 | 1 | 1010110 | 1100001 | 1000001 |
Color Harmonies of #B2FC50
Complementary color
Monochromatic Colors of #B2FC50
Black with #B2FC50
Text Example
Text Example
White with #B2FC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FC50; }
p { color: rgb(178,252,80); }
H1.HeaderClassName
{
color: #B2FC50;
}
.AnyTagClassName
{
color: #B2FC50;
}
</style>
background-color css
<style>
a { background-color: #B2FC50; }
a { background-color: rgb(178,252,80); }
div.DivClassName
{
background-color: #B2FC50;
}
.BgClassName
{
background-color: #B2FC50;
}
</style>
border-color css
<style>
span { border-color: #B2FC50; }
span { border-color: rgb(178,252,80); }
td.TdClassName
{
border-color: #B2FC50;
}
.TagClassName
{
border-color: #B2FC50;
}
</style>