Shades of Conifer #B2DD44
Tints of Conifer #B2DD44
RGB
CMYK
RGB Variations
Color information
#B2DD44 (or 0xB2DD44) is known color: Conifer. HEX triplet: B2, DD and 44. RGB value is (178,221,68). Sum of RGB (Red+Green+Blue) = 178+221+68=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DD44 is #4D22BB. Grayscale: #BFBFBF. Windows color (decimal): -5055164 or 4513202. OLE color: 4513202.
HSL color Cylindrical-coordinate representation of color #B2DD44: hue angle of 76.86º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2DD44 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 68 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.13 |
| HSL | 76.86º | 0.69% | 0.57% | - |
| HSV(B) | 76.86º | 0.69% | 0.87% | - |
| XYZ | 45.26 | 61.6 | 14.97 | - |
| YUV | 190.7 | 58.75 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 68 | 0.19 | 0 | 0.69 | 0.13 | 76.86 | 0.69 | 0.57 |
| Hex | B2 | DD | 44 | 13 | 0 | 45 | D | 4D | 45 | 39 |
| Octal | 262 | 335 | 104 | 23 | 0 | 105 | 15 | 115 | 105 | 71 |
| Binary | 10110010 | 11011101 | 1000100 | 10011 | 0 | 1000101 | 1101 | 1001101 | 1000101 | 111001 |
Color Harmonies of #B2DD44
Complementary color
Monochromatic Colors of #B2DD44
Black with #B2DD44
Text Example
Text Example
White with #B2DD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD44; }
p { color: rgb(178,221,68); }
H1.HeaderClassName
{
color: #B2DD44;
}
.AnyTagClassName
{
color: #B2DD44;
}
</style>
background-color css
<style>
a { background-color: #B2DD44; }
a { background-color: rgb(178,221,68); }
div.DivClassName
{
background-color: #B2DD44;
}
.BgClassName
{
background-color: #B2DD44;
}
</style>
border-color css
<style>
span { border-color: #B2DD44; }
span { border-color: rgb(178,221,68); }
td.TdClassName
{
border-color: #B2DD44;
}
.TagClassName
{
border-color: #B2DD44;
}
</style>