Shades of Conifer #B2DC44
Tints of Conifer #B2DC44
RGB
CMYK
RGB Variations
Color information
#B2DC44 (or 0xB2DC44) is known color: Conifer. HEX triplet: B2, DC and 44. RGB value is (178,220,68). Sum of RGB (Red+Green+Blue) = 178+220+68=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DC44 is #4D23BB. Grayscale: #BEBEBE. Windows color (decimal): -5055420 or 4512946. OLE color: 4512946.
HSL color Cylindrical-coordinate representation of color #B2DC44: hue angle of 76.58º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2DC44 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 68 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.14 |
| HSL | 76.58º | 0.68% | 0.56% | - |
| HSV(B) | 76.58º | 0.69% | 0.86% | - |
| XYZ | 45 | 61.07 | 14.88 | - |
| YUV | 190.11 | 59.09 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 68 | 0.19 | 0 | 0.69 | 0.14 | 76.58 | 0.68 | 0.56 |
| Hex | B2 | DC | 44 | 13 | 0 | 45 | E | 4D | 44 | 38 |
| Octal | 262 | 334 | 104 | 23 | 0 | 105 | 16 | 115 | 104 | 70 |
| Binary | 10110010 | 11011100 | 1000100 | 10011 | 0 | 1000101 | 1110 | 1001101 | 1000100 | 111000 |
Color Harmonies of #B2DC44
Complementary color
Monochromatic Colors of #B2DC44
Black with #B2DC44
Text Example
Text Example
White with #B2DC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC44; }
p { color: rgb(178,220,68); }
H1.HeaderClassName
{
color: #B2DC44;
}
.AnyTagClassName
{
color: #B2DC44;
}
</style>
background-color css
<style>
a { background-color: #B2DC44; }
a { background-color: rgb(178,220,68); }
div.DivClassName
{
background-color: #B2DC44;
}
.BgClassName
{
background-color: #B2DC44;
}
</style>
border-color css
<style>
span { border-color: #B2DC44; }
span { border-color: rgb(178,220,68); }
td.TdClassName
{
border-color: #B2DC44;
}
.TagClassName
{
border-color: #B2DC44;
}
</style>