Shades of Conifer #B1DF4E
Tints of Conifer #B1DF4E
RGB
CMYK
RGB Variations
Color information
#B1DF4E (or 0xB1DF4E) is known color: Conifer. HEX triplet: B1, DF and 4E. RGB value is (177,223,78). Sum of RGB (Red+Green+Blue) = 177+223+78=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DF4E is #4E20B1. Grayscale: #C1C1C1. Windows color (decimal): -5120178 or 5169073. OLE color: 5169073.
HSL color Cylindrical-coordinate representation of color #B1DF4E: hue angle of 79.03º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1DF4E is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 78 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.13 |
| HSL | 79.03º | 0.69% | 0.59% | - |
| HSV(B) | 79.03º | 0.65% | 0.87% | - |
| XYZ | 45.89 | 62.67 | 16.89 | - |
| YUV | 192.72 | 63.26 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 78 | 0.21 | 0 | 0.65 | 0.13 | 79.03 | 0.69 | 0.59 |
| Hex | B1 | DF | 4E | 15 | 0 | 41 | D | 4F | 45 | 3B |
| Octal | 261 | 337 | 116 | 25 | 0 | 101 | 15 | 117 | 105 | 73 |
| Binary | 10110001 | 11011111 | 1001110 | 10101 | 0 | 1000001 | 1101 | 1001111 | 1000101 | 111011 |
Color Harmonies of #B1DF4E
Complementary color
Monochromatic Colors of #B1DF4E
Black with #B1DF4E
Text Example
Text Example
White with #B1DF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DF4E; }
p { color: rgb(177,223,78); }
H1.HeaderClassName
{
color: #B1DF4E;
}
.AnyTagClassName
{
color: #B1DF4E;
}
</style>
background-color css
<style>
a { background-color: #B1DF4E; }
a { background-color: rgb(177,223,78); }
div.DivClassName
{
background-color: #B1DF4E;
}
.BgClassName
{
background-color: #B1DF4E;
}
</style>
border-color css
<style>
span { border-color: #B1DF4E; }
span { border-color: rgb(177,223,78); }
td.TdClassName
{
border-color: #B1DF4E;
}
.TagClassName
{
border-color: #B1DF4E;
}
</style>