Shades of Conifer #B2F561
Tints of Conifer #B2F561
RGB
CMYK
RGB Variations
Color information
#B2F561 (or 0xB2F561) is known color: Conifer. HEX triplet: B2, F5 and 61. RGB value is (178,245,97). Sum of RGB (Red+Green+Blue) = 178+245+97=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F561 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F561 is #4D0A9E. Grayscale: #D0D0D0. Windows color (decimal): -5048991 or 6419890. OLE color: 6419890.
HSL color Cylindrical-coordinate representation of color #B2F561: hue angle of 87.16º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2F561 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 245 | 97 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.04 |
| HSL | 87.16º | 0.88% | 0.67% | - |
| HSV(B) | 87.16º | 0.6% | 0.96% | - |
| XYZ | 53.17 | 75.63 | 23.11 | - |
| YUV | 208.1 | 65.3 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 245 | 97 | 0.27 | 0 | 0.60 | 0.04 | 87.16 | 0.88 | 0.67 |
| Hex | B2 | F5 | 61 | 1B | 0 | 3C | 4 | 57 | 58 | 43 |
| Octal | 262 | 365 | 141 | 33 | 0 | 74 | 4 | 127 | 130 | 103 |
| Binary | 10110010 | 11110101 | 1100001 | 11011 | 0 | 111100 | 100 | 1010111 | 1011000 | 1000011 |
Color Harmonies of #B2F561
Complementary color
Monochromatic Colors of #B2F561
Black with #B2F561
Text Example
Text Example
White with #B2F561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F561; }
p { color: rgb(178,245,97); }
H1.HeaderClassName
{
color: #B2F561;
}
.AnyTagClassName
{
color: #B2F561;
}
</style>
background-color css
<style>
a { background-color: #B2F561; }
a { background-color: rgb(178,245,97); }
div.DivClassName
{
background-color: #B2F561;
}
.BgClassName
{
background-color: #B2F561;
}
</style>
border-color css
<style>
span { border-color: #B2F561; }
span { border-color: rgb(178,245,97); }
td.TdClassName
{
border-color: #B2F561;
}
.TagClassName
{
border-color: #B2F561;
}
</style>