Shades of Conifer #B1E55A
Tints of Conifer #B1E55A
RGB
CMYK
RGB Variations
Color information
#B1E55A (or 0xB1E55A) is known color: Conifer. HEX triplet: B1, E5 and 5A. RGB value is (177,229,90). Sum of RGB (Red+Green+Blue) = 177+229+90=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E55A is #4E1AA5. Grayscale: #C6C6C6. Windows color (decimal): -5118630 or 5957041. OLE color: 5957041.
HSL color Cylindrical-coordinate representation of color #B1E55A: hue angle of 82.45º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1E55A is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 229 | 90 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.10 |
| HSL | 82.45º | 0.73% | 0.63% | - |
| HSV(B) | 82.45º | 0.61% | 0.9% | - |
| XYZ | 48 | 66.12 | 19.91 | - |
| YUV | 197.61 | 67.27 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 229 | 90 | 0.23 | 0 | 0.61 | 0.10 | 82.45 | 0.73 | 0.63 |
| Hex | B1 | E5 | 5A | 17 | 0 | 3D | A | 52 | 49 | 3F |
| Octal | 261 | 345 | 132 | 27 | 0 | 75 | 12 | 122 | 111 | 77 |
| Binary | 10110001 | 11100101 | 1011010 | 10111 | 0 | 111101 | 1010 | 1010010 | 1001001 | 111111 |
Color Harmonies of #B1E55A
Complementary color
Monochromatic Colors of #B1E55A
Black with #B1E55A
Text Example
Text Example
White with #B1E55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E55A; }
p { color: rgb(177,229,90); }
H1.HeaderClassName
{
color: #B1E55A;
}
.AnyTagClassName
{
color: #B1E55A;
}
</style>
background-color css
<style>
a { background-color: #B1E55A; }
a { background-color: rgb(177,229,90); }
div.DivClassName
{
background-color: #B1E55A;
}
.BgClassName
{
background-color: #B1E55A;
}
</style>
border-color css
<style>
span { border-color: #B1E55A; }
span { border-color: rgb(177,229,90); }
td.TdClassName
{
border-color: #B1E55A;
}
.TagClassName
{
border-color: #B1E55A;
}
</style>