Shades of Conifer #B1D242
Tints of Conifer #B1D242
RGB
CMYK
RGB Variations
Color information
#B1D242 (or 0xB1D242) is known color: Conifer. HEX triplet: B1, D2 and 42. RGB value is (177,210,66). Sum of RGB (Red+Green+Blue) = 177+210+66=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D242 is #4E2DBD. Grayscale: #B8B8B8. Windows color (decimal): -5123518 or 4379313. OLE color: 4379313.
HSL color Cylindrical-coordinate representation of color #B1D242: hue angle of 73.75º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1D242 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 66 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.18 |
| HSL | 73.75º | 0.62% | 0.54% | - |
| HSV(B) | 73.75º | 0.69% | 0.82% | - |
| XYZ | 42.16 | 55.83 | 13.71 | - |
| YUV | 183.72 | 61.57 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 66 | 0.16 | 0 | 0.69 | 0.18 | 73.75 | 0.62 | 0.54 |
| Hex | B1 | D2 | 42 | 10 | 0 | 45 | 12 | 4A | 3E | 36 |
| Octal | 261 | 322 | 102 | 20 | 0 | 105 | 22 | 112 | 76 | 66 |
| Binary | 10110001 | 11010010 | 1000010 | 10000 | 0 | 1000101 | 10010 | 1001010 | 111110 | 110110 |
Color Harmonies of #B1D242
Complementary color
Monochromatic Colors of #B1D242
Black with #B1D242
Text Example
Text Example
White with #B1D242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D242; }
p { color: rgb(177,210,66); }
H1.HeaderClassName
{
color: #B1D242;
}
.AnyTagClassName
{
color: #B1D242;
}
</style>
background-color css
<style>
a { background-color: #B1D242; }
a { background-color: rgb(177,210,66); }
div.DivClassName
{
background-color: #B1D242;
}
.BgClassName
{
background-color: #B1D242;
}
</style>
border-color css
<style>
span { border-color: #B1D242; }
span { border-color: rgb(177,210,66); }
td.TdClassName
{
border-color: #B1D242;
}
.TagClassName
{
border-color: #B1D242;
}
</style>