Shades of Conifer #B1DE54
Tints of Conifer #B1DE54
RGB
CMYK
RGB Variations
Color information
#B1DE54 (or 0xB1DE54) is known color: Conifer. HEX triplet: B1, DE and 54. RGB value is (177,222,84). Sum of RGB (Red+Green+Blue) = 177+222+84=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DE54 is #4E21AB. Grayscale: #C1C1C1. Windows color (decimal): -5120428 or 5562033. OLE color: 5562033.
HSL color Cylindrical-coordinate representation of color #B1DE54: hue angle of 79.57º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1DE54 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 222 | 84 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.13 |
| HSL | 79.57º | 0.68% | 0.6% | - |
| HSV(B) | 79.57º | 0.62% | 0.87% | - |
| XYZ | 45.85 | 62.23 | 17.98 | - |
| YUV | 192.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 222 | 84 | 0.20 | 0 | 0.62 | 0.13 | 79.57 | 0.68 | 0.6 |
| Hex | B1 | DE | 54 | 14 | 0 | 3E | D | 50 | 44 | 3C |
| Octal | 261 | 336 | 124 | 24 | 0 | 76 | 15 | 120 | 104 | 74 |
| Binary | 10110001 | 11011110 | 1010100 | 10100 | 0 | 111110 | 1101 | 1010000 | 1000100 | 111100 |
Color Harmonies of #B1DE54
Complementary color
Monochromatic Colors of #B1DE54
Black with #B1DE54
Text Example
Text Example
White with #B1DE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DE54; }
p { color: rgb(177,222,84); }
H1.HeaderClassName
{
color: #B1DE54;
}
.AnyTagClassName
{
color: #B1DE54;
}
</style>
background-color css
<style>
a { background-color: #B1DE54; }
a { background-color: rgb(177,222,84); }
div.DivClassName
{
background-color: #B1DE54;
}
.BgClassName
{
background-color: #B1DE54;
}
</style>
border-color css
<style>
span { border-color: #B1DE54; }
span { border-color: rgb(177,222,84); }
td.TdClassName
{
border-color: #B1DE54;
}
.TagClassName
{
border-color: #B1DE54;
}
</style>