Shades of Conifer #B1DE51
Tints of Conifer #B1DE51
RGB
CMYK
RGB Variations
Color information
#B1DE51 (or 0xB1DE51) is known color: Conifer. HEX triplet: B1, DE and 51. RGB value is (177,222,81). Sum of RGB (Red+Green+Blue) = 177+222+81=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 81 (32.03% from 255 or 16.88% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DE51 is #4E21AE. Grayscale: #C0C0C0. Windows color (decimal): -5120431 or 5365425. OLE color: 5365425.
HSL color Cylindrical-coordinate representation of color #B1DE51: hue angle of 79.15º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1DE51 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 222 | 81 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.13 |
| HSL | 79.15º | 0.68% | 0.59% | - |
| HSV(B) | 79.15º | 0.64% | 0.87% | - |
| XYZ | 45.74 | 62.18 | 17.38 | - |
| YUV | 192.47 | 65.09 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 222 | 81 | 0.20 | 0 | 0.64 | 0.13 | 79.15 | 0.68 | 0.59 |
| Hex | B1 | DE | 51 | 14 | 0 | 40 | D | 4F | 44 | 3B |
| Octal | 261 | 336 | 121 | 24 | 0 | 100 | 15 | 117 | 104 | 73 |
| Binary | 10110001 | 11011110 | 1010001 | 10100 | 0 | 1000000 | 1101 | 1001111 | 1000100 | 111011 |
Color Harmonies of #B1DE51
Complementary color
Monochromatic Colors of #B1DE51
Black with #B1DE51
Text Example
Text Example
White with #B1DE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DE51; }
p { color: rgb(177,222,81); }
H1.HeaderClassName
{
color: #B1DE51;
}
.AnyTagClassName
{
color: #B1DE51;
}
</style>
background-color css
<style>
a { background-color: #B1DE51; }
a { background-color: rgb(177,222,81); }
div.DivClassName
{
background-color: #B1DE51;
}
.BgClassName
{
background-color: #B1DE51;
}
</style>
border-color css
<style>
span { border-color: #B1DE51; }
span { border-color: rgb(177,222,81); }
td.TdClassName
{
border-color: #B1DE51;
}
.TagClassName
{
border-color: #B1DE51;
}
</style>