Shades of Conifer #B2D563
Tints of Conifer #B2D563
RGB
CMYK
RGB Variations
Color information
#B2D563 (or 0xB2D563) is known color: Conifer. HEX triplet: B2, D5 and 63. RGB value is (178,213,99). Sum of RGB (Red+Green+Blue) = 178+213+99=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D563 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D563 is #4D2A9C. Grayscale: #BDBDBD. Windows color (decimal): -5057181 or 6542770. OLE color: 6542770.
HSL color Cylindrical-coordinate representation of color #B2D563: hue angle of 78.42º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2D563 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 99 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.16 |
| HSL | 78.42º | 0.58% | 0.61% | - |
| HSV(B) | 78.42º | 0.54% | 0.84% | - |
| XYZ | 44.41 | 57.95 | 20.65 | - |
| YUV | 189.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 99 | 0.16 | 0 | 0.54 | 0.16 | 78.42 | 0.58 | 0.61 |
| Hex | B2 | D5 | 63 | 10 | 0 | 36 | 10 | 4E | 3A | 3D |
| Octal | 262 | 325 | 143 | 20 | 0 | 66 | 20 | 116 | 72 | 75 |
| Binary | 10110010 | 11010101 | 1100011 | 10000 | 0 | 110110 | 10000 | 1001110 | 111010 | 111101 |
Color Harmonies of #B2D563
Complementary color
Monochromatic Colors of #B2D563
Black with #B2D563
Text Example
Text Example
White with #B2D563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D563; }
p { color: rgb(178,213,99); }
H1.HeaderClassName
{
color: #B2D563;
}
.AnyTagClassName
{
color: #B2D563;
}
</style>
background-color css
<style>
a { background-color: #B2D563; }
a { background-color: rgb(178,213,99); }
div.DivClassName
{
background-color: #B2D563;
}
.BgClassName
{
background-color: #B2D563;
}
</style>
border-color css
<style>
span { border-color: #B2D563; }
span { border-color: rgb(178,213,99); }
td.TdClassName
{
border-color: #B2D563;
}
.TagClassName
{
border-color: #B2D563;
}
</style>