Shades of Conifer #B2FC63
Tints of Conifer #B2FC63
RGB
CMYK
RGB Variations
Color information
#B2FC63 (or 0xB2FC63) is known color: Conifer. HEX triplet: B2, FC and 63. RGB value is (178,252,99). Sum of RGB (Red+Green+Blue) = 178+252+99=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FC63 is #4D039C. Grayscale: #D4D4D4. Windows color (decimal): -5047197 or 6552754. OLE color: 6552754.
HSL color Cylindrical-coordinate representation of color #B2FC63: hue angle of 89.02º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2FC63 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 99 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.01 |
| HSL | 89.02º | 0.96% | 0.69% | - |
| HSV(B) | 89.02º | 0.61% | 0.99% | - |
| XYZ | 55.42 | 79.99 | 24.32 | - |
| YUV | 212.43 | 63.98 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 99 | 0.29 | 0 | 0.61 | 0.01 | 89.02 | 0.96 | 0.69 |
| Hex | B2 | FC | 63 | 1D | 0 | 3D | 1 | 59 | 60 | 45 |
| Octal | 262 | 374 | 143 | 35 | 0 | 75 | 1 | 131 | 140 | 105 |
| Binary | 10110010 | 11111100 | 1100011 | 11101 | 0 | 111101 | 1 | 1011001 | 1100000 | 1000101 |
Color Harmonies of #B2FC63
Complementary color
Monochromatic Colors of #B2FC63
Black with #B2FC63
Text Example
Text Example
White with #B2FC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FC63; }
p { color: rgb(178,252,99); }
H1.HeaderClassName
{
color: #B2FC63;
}
.AnyTagClassName
{
color: #B2FC63;
}
</style>
background-color css
<style>
a { background-color: #B2FC63; }
a { background-color: rgb(178,252,99); }
div.DivClassName
{
background-color: #B2FC63;
}
.BgClassName
{
background-color: #B2FC63;
}
</style>
border-color css
<style>
span { border-color: #B2FC63; }
span { border-color: rgb(178,252,99); }
td.TdClassName
{
border-color: #B2FC63;
}
.TagClassName
{
border-color: #B2FC63;
}
</style>