Shades of Conifer #B1DA5D
Tints of Conifer #B1DA5D
RGB
CMYK
RGB Variations
Color information
#B1DA5D (or 0xB1DA5D) is known color: Conifer. HEX triplet: B1, DA and 5D. RGB value is (177,218,93). Sum of RGB (Red+Green+Blue) = 177+218+93=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DA5D is #4E25A2. Grayscale: #BFBFBF. Windows color (decimal): -5121443 or 6150833. OLE color: 6150833.
HSL color Cylindrical-coordinate representation of color #B1DA5D: hue angle of 79.68º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1DA5D is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 218 | 93 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.15 |
| HSL | 79.68º | 0.63% | 0.61% | - |
| HSV(B) | 79.68º | 0.57% | 0.85% | - |
| XYZ | 45.18 | 60.28 | 19.61 | - |
| YUV | 191.49 | 72.42 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 218 | 93 | 0.19 | 0 | 0.57 | 0.15 | 79.68 | 0.63 | 0.61 |
| Hex | B1 | DA | 5D | 13 | 0 | 39 | F | 50 | 3F | 3D |
| Octal | 261 | 332 | 135 | 23 | 0 | 71 | 17 | 120 | 77 | 75 |
| Binary | 10110001 | 11011010 | 1011101 | 10011 | 0 | 111001 | 1111 | 1010000 | 111111 | 111101 |
Color Harmonies of #B1DA5D
Complementary color
Monochromatic Colors of #B1DA5D
Black with #B1DA5D
Text Example
Text Example
White with #B1DA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DA5D; }
p { color: rgb(177,218,93); }
H1.HeaderClassName
{
color: #B1DA5D;
}
.AnyTagClassName
{
color: #B1DA5D;
}
</style>
background-color css
<style>
a { background-color: #B1DA5D; }
a { background-color: rgb(177,218,93); }
div.DivClassName
{
background-color: #B1DA5D;
}
.BgClassName
{
background-color: #B1DA5D;
}
</style>
border-color css
<style>
span { border-color: #B1DA5D; }
span { border-color: rgb(177,218,93); }
td.TdClassName
{
border-color: #B1DA5D;
}
.TagClassName
{
border-color: #B1DA5D;
}
</style>