Shades of Conifer #B2DC63
Tints of Conifer #B2DC63
RGB
CMYK
RGB Variations
Color information
#B2DC63 (or 0xB2DC63) is known color: Conifer. HEX triplet: B2, DC and 63. RGB value is (178,220,99). Sum of RGB (Red+Green+Blue) = 178+220+99=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC63 is #4D239C. Grayscale: #C2C2C2. Windows color (decimal): -5055389 or 6544562. OLE color: 6544562.
HSL color Cylindrical-coordinate representation of color #B2DC63: hue angle of 80.83º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2DC63 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 99 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.14 |
| HSL | 80.83º | 0.63% | 0.63% | - |
| HSV(B) | 80.83º | 0.55% | 0.86% | - |
| XYZ | 46.21 | 61.55 | 21.25 | - |
| YUV | 193.65 | 74.59 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 99 | 0.19 | 0 | 0.55 | 0.14 | 80.83 | 0.63 | 0.63 |
| Hex | B2 | DC | 63 | 13 | 0 | 37 | E | 51 | 3F | 3F |
| Octal | 262 | 334 | 143 | 23 | 0 | 67 | 16 | 121 | 77 | 77 |
| Binary | 10110010 | 11011100 | 1100011 | 10011 | 0 | 110111 | 1110 | 1010001 | 111111 | 111111 |
Color Harmonies of #B2DC63
Complementary color
Monochromatic Colors of #B2DC63
Black with #B2DC63
Text Example
Text Example
White with #B2DC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC63; }
p { color: rgb(178,220,99); }
H1.HeaderClassName
{
color: #B2DC63;
}
.AnyTagClassName
{
color: #B2DC63;
}
</style>
background-color css
<style>
a { background-color: #B2DC63; }
a { background-color: rgb(178,220,99); }
div.DivClassName
{
background-color: #B2DC63;
}
.BgClassName
{
background-color: #B2DC63;
}
</style>
border-color css
<style>
span { border-color: #B2DC63; }
span { border-color: rgb(178,220,99); }
td.TdClassName
{
border-color: #B2DC63;
}
.TagClassName
{
border-color: #B2DC63;
}
</style>