Shades of Conifer #B1DF4B
Tints of Conifer #B1DF4B
RGB
CMYK
RGB Variations
Color information
#B1DF4B (or 0xB1DF4B) is known color: Conifer. HEX triplet: B1, DF and 4B. RGB value is (177,223,75). Sum of RGB (Red+Green+Blue) = 177+223+75=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DF4B is #4E20B4. Grayscale: #C0C0C0. Windows color (decimal): -5120181 or 4972465. OLE color: 4972465.
HSL color Cylindrical-coordinate representation of color #B1DF4B: hue angle of 78.65º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1DF4B is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 75 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.13 |
| HSL | 78.65º | 0.7% | 0.58% | - |
| HSV(B) | 78.65º | 0.66% | 0.87% | - |
| XYZ | 45.79 | 62.63 | 16.33 | - |
| YUV | 192.37 | 61.76 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 75 | 0.21 | 0 | 0.66 | 0.13 | 78.65 | 0.7 | 0.58 |
| Hex | B1 | DF | 4B | 15 | 0 | 42 | D | 4F | 46 | 3A |
| Octal | 261 | 337 | 113 | 25 | 0 | 102 | 15 | 117 | 106 | 72 |
| Binary | 10110001 | 11011111 | 1001011 | 10101 | 0 | 1000010 | 1101 | 1001111 | 1000110 | 111010 |
Color Harmonies of #B1DF4B
Complementary color
Monochromatic Colors of #B1DF4B
Black with #B1DF4B
Text Example
Text Example
White with #B1DF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DF4B; }
p { color: rgb(177,223,75); }
H1.HeaderClassName
{
color: #B1DF4B;
}
.AnyTagClassName
{
color: #B1DF4B;
}
</style>
background-color css
<style>
a { background-color: #B1DF4B; }
a { background-color: rgb(177,223,75); }
div.DivClassName
{
background-color: #B1DF4B;
}
.BgClassName
{
background-color: #B1DF4B;
}
</style>
border-color css
<style>
span { border-color: #B1DF4B; }
span { border-color: rgb(177,223,75); }
td.TdClassName
{
border-color: #B1DF4B;
}
.TagClassName
{
border-color: #B1DF4B;
}
</style>