Shades of Conifer #B1ED5C
Tints of Conifer #B1ED5C
RGB
CMYK
RGB Variations
Color information
#B1ED5C (or 0xB1ED5C) is known color: Conifer. HEX triplet: B1, ED and 5C. RGB value is (177,237,92). Sum of RGB (Red+Green+Blue) = 177+237+92=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #B1ED5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1ED5C is #4E12A3. Grayscale: #CBCBCB. Windows color (decimal): -5116580 or 6090161. OLE color: 6090161.
HSL color Cylindrical-coordinate representation of color #B1ED5C: hue angle of 84.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1ED5C is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 237 | 92 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.07 |
| HSL | 84.83º | 0.8% | 0.65% | - |
| HSV(B) | 84.83º | 0.61% | 0.93% | - |
| XYZ | 50.35 | 70.69 | 21.12 | - |
| YUV | 202.53 | 65.62 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 237 | 92 | 0.25 | 0 | 0.61 | 0.07 | 84.83 | 0.8 | 0.65 |
| Hex | B1 | ED | 5C | 19 | 0 | 3D | 7 | 55 | 50 | 41 |
| Octal | 261 | 355 | 134 | 31 | 0 | 75 | 7 | 125 | 120 | 101 |
| Binary | 10110001 | 11101101 | 1011100 | 11001 | 0 | 111101 | 111 | 1010101 | 1010000 | 1000001 |
Color Harmonies of #B1ED5C
Complementary color
Monochromatic Colors of #B1ED5C
Black with #B1ED5C
Text Example
Text Example
White with #B1ED5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ED5C; }
p { color: rgb(177,237,92); }
H1.HeaderClassName
{
color: #B1ED5C;
}
.AnyTagClassName
{
color: #B1ED5C;
}
</style>
background-color css
<style>
a { background-color: #B1ED5C; }
a { background-color: rgb(177,237,92); }
div.DivClassName
{
background-color: #B1ED5C;
}
.BgClassName
{
background-color: #B1ED5C;
}
</style>
border-color css
<style>
span { border-color: #B1ED5C; }
span { border-color: rgb(177,237,92); }
td.TdClassName
{
border-color: #B1ED5C;
}
.TagClassName
{
border-color: #B1ED5C;
}
</style>