Shades of Conifer #B2DC3D
Tints of Conifer #B2DC3D
RGB
CMYK
RGB Variations
Color information
#B2DC3D (or 0xB2DC3D) is known color: Conifer. HEX triplet: B2, DC and 3D. RGB value is (178,220,61). Sum of RGB (Red+Green+Blue) = 178+220+61=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DC3D is #4D23C2. Grayscale: #BDBDBD. Windows color (decimal): -5055427 or 4054194. OLE color: 4054194.
HSL color Cylindrical-coordinate representation of color #B2DC3D: hue angle of 75.85º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2DC3D is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 61 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.14 |
| HSL | 75.85º | 0.69% | 0.55% | - |
| HSV(B) | 75.85º | 0.72% | 0.86% | - |
| XYZ | 44.8 | 60.99 | 13.83 | - |
| YUV | 189.32 | 55.59 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 61 | 0.19 | 0 | 0.72 | 0.14 | 75.85 | 0.69 | 0.55 |
| Hex | B2 | DC | 3D | 13 | 0 | 48 | E | 4C | 45 | 37 |
| Octal | 262 | 334 | 75 | 23 | 0 | 110 | 16 | 114 | 105 | 67 |
| Binary | 10110010 | 11011100 | 111101 | 10011 | 0 | 1001000 | 1110 | 1001100 | 1000101 | 110111 |
Color Harmonies of #B2DC3D
Complementary color
Monochromatic Colors of #B2DC3D
Black with #B2DC3D
Text Example
Text Example
White with #B2DC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC3D; }
p { color: rgb(178,220,61); }
H1.HeaderClassName
{
color: #B2DC3D;
}
.AnyTagClassName
{
color: #B2DC3D;
}
</style>
background-color css
<style>
a { background-color: #B2DC3D; }
a { background-color: rgb(178,220,61); }
div.DivClassName
{
background-color: #B2DC3D;
}
.BgClassName
{
background-color: #B2DC3D;
}
</style>
border-color css
<style>
span { border-color: #B2DC3D; }
span { border-color: rgb(178,220,61); }
td.TdClassName
{
border-color: #B2DC3D;
}
.TagClassName
{
border-color: #B2DC3D;
}
</style>