Shades of Conifer #B2DB4B
Tints of Conifer #B2DB4B
RGB
CMYK
RGB Variations
Color information
#B2DB4B (or 0xB2DB4B) is known color: Conifer. HEX triplet: B2, DB and 4B. RGB value is (178,219,75). Sum of RGB (Red+Green+Blue) = 178+219+75=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DB4B is #4D24B4. Grayscale: #BEBEBE. Windows color (decimal): -5055669 or 4971442. OLE color: 4971442.
HSL color Cylindrical-coordinate representation of color #B2DB4B: hue angle of 77.08º 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 #B2DB4B is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 75 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.14 |
| HSL | 77.08º | 0.67% | 0.58% | - |
| HSV(B) | 77.08º | 0.66% | 0.86% | - |
| XYZ | 44.96 | 60.64 | 15.99 | - |
| YUV | 190.33 | 62.92 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 75 | 0.19 | 0 | 0.66 | 0.14 | 77.08 | 0.67 | 0.58 |
| Hex | B2 | DB | 4B | 13 | 0 | 42 | E | 4D | 43 | 3A |
| Octal | 262 | 333 | 113 | 23 | 0 | 102 | 16 | 115 | 103 | 72 |
| Binary | 10110010 | 11011011 | 1001011 | 10011 | 0 | 1000010 | 1110 | 1001101 | 1000011 | 111010 |
Color Harmonies of #B2DB4B
Complementary color
Monochromatic Colors of #B2DB4B
Black with #B2DB4B
Text Example
Text Example
White with #B2DB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DB4B; }
p { color: rgb(178,219,75); }
H1.HeaderClassName
{
color: #B2DB4B;
}
.AnyTagClassName
{
color: #B2DB4B;
}
</style>
background-color css
<style>
a { background-color: #B2DB4B; }
a { background-color: rgb(178,219,75); }
div.DivClassName
{
background-color: #B2DB4B;
}
.BgClassName
{
background-color: #B2DB4B;
}
</style>
border-color css
<style>
span { border-color: #B2DB4B; }
span { border-color: rgb(178,219,75); }
td.TdClassName
{
border-color: #B2DB4B;
}
.TagClassName
{
border-color: #B2DB4B;
}
</style>