Shades of Conifer #B1D440
Tints of Conifer #B1D440
RGB
CMYK
RGB Variations
Color information
#B1D440 (or 0xB1D440) is known color: Conifer. HEX triplet: B1, D4 and 40. RGB value is (177,212,64). Sum of RGB (Red+Green+Blue) = 177+212+64=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D440 is #4E2BBF. Grayscale: #B9B9B9. Windows color (decimal): -5123008 or 4248753. OLE color: 4248753.
HSL color Cylindrical-coordinate representation of color #B1D440: hue angle of 74.19º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1D440 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 212 | 64 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.17 |
| HSL | 74.19º | 0.63% | 0.54% | - |
| HSV(B) | 74.19º | 0.7% | 0.83% | - |
| XYZ | 42.6 | 56.8 | 13.57 | - |
| YUV | 184.66 | 59.9 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 212 | 64 | 0.17 | 0 | 0.70 | 0.17 | 74.19 | 0.63 | 0.54 |
| Hex | B1 | D4 | 40 | 11 | 0 | 46 | 11 | 4A | 3F | 36 |
| Octal | 261 | 324 | 100 | 21 | 0 | 106 | 21 | 112 | 77 | 66 |
| Binary | 10110001 | 11010100 | 1000000 | 10001 | 0 | 1000110 | 10001 | 1001010 | 111111 | 110110 |
Color Harmonies of #B1D440
Complementary color
Monochromatic Colors of #B1D440
Black with #B1D440
Text Example
Text Example
White with #B1D440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D440; }
p { color: rgb(177,212,64); }
H1.HeaderClassName
{
color: #B1D440;
}
.AnyTagClassName
{
color: #B1D440;
}
</style>
background-color css
<style>
a { background-color: #B1D440; }
a { background-color: rgb(177,212,64); }
div.DivClassName
{
background-color: #B1D440;
}
.BgClassName
{
background-color: #B1D440;
}
</style>
border-color css
<style>
span { border-color: #B1D440; }
span { border-color: rgb(177,212,64); }
td.TdClassName
{
border-color: #B1D440;
}
.TagClassName
{
border-color: #B1D440;
}
</style>