Shades of Conifer #B2F063
Tints of Conifer #B2F063
RGB
CMYK
RGB Variations
Color information
#B2F063 (or 0xB2F063) is known color: Conifer. HEX triplet: B2, F0 and 63. RGB value is (178,240,99). Sum of RGB (Red+Green+Blue) = 178+240+99=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 99 (39.06% from 255 or 19.15% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F063 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F063 is #4D0F9C. Grayscale: #CDCDCD. Windows color (decimal): -5050269 or 6549682. OLE color: 6549682.
HSL color Cylindrical-coordinate representation of color #B2F063: hue angle of 86.38º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2F063 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 240 | 99 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.06 |
| HSL | 86.38º | 0.82% | 0.66% | - |
| HSV(B) | 86.38º | 0.59% | 0.94% | - |
| XYZ | 51.77 | 72.69 | 23.11 | - |
| YUV | 205.39 | 67.96 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 99 | 0.26 | 0 | 0.59 | 0.06 | 86.38 | 0.82 | 0.66 |
| Hex | B2 | F0 | 63 | 1A | 0 | 3B | 6 | 56 | 52 | 42 |
| Octal | 262 | 360 | 143 | 32 | 0 | 73 | 6 | 126 | 122 | 102 |
| Binary | 10110010 | 11110000 | 1100011 | 11010 | 0 | 111011 | 110 | 1010110 | 1010010 | 1000010 |
Color Harmonies of #B2F063
Complementary color
Monochromatic Colors of #B2F063
Black with #B2F063
Text Example
Text Example
White with #B2F063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F063; }
p { color: rgb(178,240,99); }
H1.HeaderClassName
{
color: #B2F063;
}
.AnyTagClassName
{
color: #B2F063;
}
</style>
background-color css
<style>
a { background-color: #B2F063; }
a { background-color: rgb(178,240,99); }
div.DivClassName
{
background-color: #B2F063;
}
.BgClassName
{
background-color: #B2F063;
}
</style>
border-color css
<style>
span { border-color: #B2F063; }
span { border-color: rgb(178,240,99); }
td.TdClassName
{
border-color: #B2F063;
}
.TagClassName
{
border-color: #B2F063;
}
</style>