Shades of Conifer #B2DB4D
Tints of Conifer #B2DB4D
RGB
CMYK
RGB Variations
Color information
#B2DB4D (or 0xB2DB4D) is known color: Conifer. HEX triplet: B2, DB and 4D. RGB value is (178,219,77). Sum of RGB (Red+Green+Blue) = 178+219+77=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB4D is #4D24B2. Grayscale: #BFBFBF. Windows color (decimal): -5055667 or 5102514. OLE color: 5102514.
HSL color Cylindrical-coordinate representation of color #B2DB4D: hue angle of 77.32º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2DB4D is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 77 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.14 |
| HSL | 77.32º | 0.66% | 0.58% | - |
| HSV(B) | 77.32º | 0.65% | 0.86% | - |
| XYZ | 45.03 | 60.66 | 16.36 | - |
| YUV | 190.55 | 63.92 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 77 | 0.19 | 0 | 0.65 | 0.14 | 77.32 | 0.66 | 0.58 |
| Hex | B2 | DB | 4D | 13 | 0 | 41 | E | 4D | 42 | 3A |
| Octal | 262 | 333 | 115 | 23 | 0 | 101 | 16 | 115 | 102 | 72 |
| Binary | 10110010 | 11011011 | 1001101 | 10011 | 0 | 1000001 | 1110 | 1001101 | 1000010 | 111010 |
Color Harmonies of #B2DB4D
Complementary color
Monochromatic Colors of #B2DB4D
Black with #B2DB4D
Text Example
Text Example
White with #B2DB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DB4D; }
p { color: rgb(178,219,77); }
H1.HeaderClassName
{
color: #B2DB4D;
}
.AnyTagClassName
{
color: #B2DB4D;
}
</style>
background-color css
<style>
a { background-color: #B2DB4D; }
a { background-color: rgb(178,219,77); }
div.DivClassName
{
background-color: #B2DB4D;
}
.BgClassName
{
background-color: #B2DB4D;
}
</style>
border-color css
<style>
span { border-color: #B2DB4D; }
span { border-color: rgb(178,219,77); }
td.TdClassName
{
border-color: #B2DB4D;
}
.TagClassName
{
border-color: #B2DB4D;
}
</style>