Shades of Conifer #B2D344
Tints of Conifer #B2D344
RGB
CMYK
RGB Variations
Color information
#B2D344 (or 0xB2D344) is known color: Conifer. HEX triplet: B2, D3 and 44. RGB value is (178,211,68). Sum of RGB (Red+Green+Blue) = 178+211+68=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 68 (26.95% from 255 or 14.88% from 457); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D344 is #4D2CBB. Grayscale: #B9B9B9. Windows color (decimal): -5057724 or 4510642. OLE color: 4510642.
HSL color Cylindrical-coordinate representation of color #B2D344: hue angle of 73.85º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2D344 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 68 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.17 |
| HSL | 73.85º | 0.62% | 0.55% | - |
| HSV(B) | 73.85º | 0.68% | 0.83% | - |
| XYZ | 42.7 | 56.47 | 14.12 | - |
| YUV | 184.83 | 62.07 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 68 | 0.16 | 0 | 0.68 | 0.17 | 73.85 | 0.62 | 0.55 |
| Hex | B2 | D3 | 44 | 10 | 0 | 44 | 11 | 4A | 3E | 37 |
| Octal | 262 | 323 | 104 | 20 | 0 | 104 | 21 | 112 | 76 | 67 |
| Binary | 10110010 | 11010011 | 1000100 | 10000 | 0 | 1000100 | 10001 | 1001010 | 111110 | 110111 |
Color Harmonies of #B2D344
Complementary color
Monochromatic Colors of #B2D344
Black with #B2D344
Text Example
Text Example
White with #B2D344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D344; }
p { color: rgb(178,211,68); }
H1.HeaderClassName
{
color: #B2D344;
}
.AnyTagClassName
{
color: #B2D344;
}
</style>
background-color css
<style>
a { background-color: #B2D344; }
a { background-color: rgb(178,211,68); }
div.DivClassName
{
background-color: #B2D344;
}
.BgClassName
{
background-color: #B2D344;
}
</style>
border-color css
<style>
span { border-color: #B2D344; }
span { border-color: rgb(178,211,68); }
td.TdClassName
{
border-color: #B2D344;
}
.TagClassName
{
border-color: #B2D344;
}
</style>