Shades of Conifer #B2DC4B
Tints of Conifer #B2DC4B
RGB
CMYK
RGB Variations
Color information
#B2DC4B (or 0xB2DC4B) is known color: Conifer. HEX triplet: B2, DC and 4B. RGB value is (178,220,75). Sum of RGB (Red+Green+Blue) = 178+220+75=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DC4B is #4D23B4. Grayscale: #BFBFBF. Windows color (decimal): -5055413 or 4971698. OLE color: 4971698.
HSL color Cylindrical-coordinate representation of color #B2DC4B: hue angle of 77.38º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2DC4B is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 75 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.14 |
| HSL | 77.38º | 0.67% | 0.58% | - |
| HSV(B) | 77.38º | 0.66% | 0.86% | - |
| XYZ | 45.22 | 61.16 | 16.08 | - |
| YUV | 190.91 | 62.59 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 75 | 0.19 | 0 | 0.66 | 0.14 | 77.38 | 0.67 | 0.58 |
| Hex | B2 | DC | 4B | 13 | 0 | 42 | E | 4D | 43 | 3A |
| Octal | 262 | 334 | 113 | 23 | 0 | 102 | 16 | 115 | 103 | 72 |
| Binary | 10110010 | 11011100 | 1001011 | 10011 | 0 | 1000010 | 1110 | 1001101 | 1000011 | 111010 |
Color Harmonies of #B2DC4B
Complementary color
Monochromatic Colors of #B2DC4B
Black with #B2DC4B
Text Example
Text Example
White with #B2DC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC4B; }
p { color: rgb(178,220,75); }
H1.HeaderClassName
{
color: #B2DC4B;
}
.AnyTagClassName
{
color: #B2DC4B;
}
</style>
background-color css
<style>
a { background-color: #B2DC4B; }
a { background-color: rgb(178,220,75); }
div.DivClassName
{
background-color: #B2DC4B;
}
.BgClassName
{
background-color: #B2DC4B;
}
</style>
border-color css
<style>
span { border-color: #B2DC4B; }
span { border-color: rgb(178,220,75); }
td.TdClassName
{
border-color: #B2DC4B;
}
.TagClassName
{
border-color: #B2DC4B;
}
</style>