Shades of Conifer #B1DB4A
Tints of Conifer #B1DB4A
RGB
CMYK
RGB Variations
Color information
#B1DB4A (or 0xB1DB4A) is known color: Conifer. HEX triplet: B1, DB and 4A. RGB value is (177,219,74). Sum of RGB (Red+Green+Blue) = 177+219+74=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DB4A is #4E24B5. Grayscale: #BEBEBE. Windows color (decimal): -5121206 or 4905905. OLE color: 4905905.
HSL color Cylindrical-coordinate representation of color #B1DB4A: hue angle of 77.38º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1DB4A is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 74 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.14 |
| HSL | 77.38º | 0.67% | 0.57% | - |
| HSV(B) | 77.38º | 0.66% | 0.86% | - |
| XYZ | 44.7 | 60.5 | 15.8 | - |
| YUV | 189.91 | 62.59 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 74 | 0.19 | 0 | 0.66 | 0.14 | 77.38 | 0.67 | 0.57 |
| Hex | B1 | DB | 4A | 13 | 0 | 42 | E | 4D | 43 | 39 |
| Octal | 261 | 333 | 112 | 23 | 0 | 102 | 16 | 115 | 103 | 71 |
| Binary | 10110001 | 11011011 | 1001010 | 10011 | 0 | 1000010 | 1110 | 1001101 | 1000011 | 111001 |
Color Harmonies of #B1DB4A
Complementary color
Monochromatic Colors of #B1DB4A
Black with #B1DB4A
Text Example
Text Example
White with #B1DB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DB4A; }
p { color: rgb(177,219,74); }
H1.HeaderClassName
{
color: #B1DB4A;
}
.AnyTagClassName
{
color: #B1DB4A;
}
</style>
background-color css
<style>
a { background-color: #B1DB4A; }
a { background-color: rgb(177,219,74); }
div.DivClassName
{
background-color: #B1DB4A;
}
.BgClassName
{
background-color: #B1DB4A;
}
</style>
border-color css
<style>
span { border-color: #B1DB4A; }
span { border-color: rgb(177,219,74); }
td.TdClassName
{
border-color: #B1DB4A;
}
.TagClassName
{
border-color: #B1DB4A;
}
</style>