Shades of Conifer #B2DC68
Tints of Conifer #B2DC68
RGB
CMYK
RGB Variations
Color information
#B2DC68 (or 0xB2DC68) is known color: Conifer. HEX triplet: B2, DC and 68. RGB value is (178,220,104). Sum of RGB (Red+Green+Blue) = 178+220+104=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC68 is #4D2397. Grayscale: #C2C2C2. Windows color (decimal): -5055384 or 6872242. OLE color: 6872242.
HSL color Cylindrical-coordinate representation of color #B2DC68: hue angle of 81.72º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2DC68 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 104 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.14 |
| HSL | 81.72º | 0.62% | 0.64% | - |
| HSV(B) | 81.72º | 0.53% | 0.86% | - |
| XYZ | 46.45 | 61.65 | 22.55 | - |
| YUV | 194.22 | 77.09 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 104 | 0.19 | 0 | 0.53 | 0.14 | 81.72 | 0.62 | 0.64 |
| Hex | B2 | DC | 68 | 13 | 0 | 35 | E | 52 | 3E | 40 |
| Octal | 262 | 334 | 150 | 23 | 0 | 65 | 16 | 122 | 76 | 100 |
| Binary | 10110010 | 11011100 | 1101000 | 10011 | 0 | 110101 | 1110 | 1010010 | 111110 | 1000000 |
Color Harmonies of #B2DC68
Complementary color
Monochromatic Colors of #B2DC68
Black with #B2DC68
Text Example
Text Example
White with #B2DC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC68; }
p { color: rgb(178,220,104); }
H1.HeaderClassName
{
color: #B2DC68;
}
.AnyTagClassName
{
color: #B2DC68;
}
</style>
background-color css
<style>
a { background-color: #B2DC68; }
a { background-color: rgb(178,220,104); }
div.DivClassName
{
background-color: #B2DC68;
}
.BgClassName
{
background-color: #B2DC68;
}
</style>
border-color css
<style>
span { border-color: #B2DC68; }
span { border-color: rgb(178,220,104); }
td.TdClassName
{
border-color: #B2DC68;
}
.TagClassName
{
border-color: #B2DC68;
}
</style>