Shades of Conifer #B1ED5A
Tints of Conifer #B1ED5A
RGB
CMYK
RGB Variations
Color information
#B1ED5A (or 0xB1ED5A) is known color: Conifer. HEX triplet: B1, ED and 5A. RGB value is (177,237,90). Sum of RGB (Red+Green+Blue) = 177+237+90=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #B1ED5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1ED5A is #4E12A5. Grayscale: #CACACA. Windows color (decimal): -5116582 or 5959089. OLE color: 5959089.
HSL color Cylindrical-coordinate representation of color #B1ED5A: hue angle of 84.49º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1ED5A is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 237 | 90 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.07 |
| HSL | 84.49º | 0.8% | 0.64% | - |
| HSV(B) | 84.49º | 0.62% | 0.93% | - |
| XYZ | 50.26 | 70.65 | 20.66 | - |
| YUV | 202.3 | 64.62 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 237 | 90 | 0.25 | 0 | 0.62 | 0.07 | 84.49 | 0.8 | 0.64 |
| Hex | B1 | ED | 5A | 19 | 0 | 3E | 7 | 54 | 50 | 40 |
| Octal | 261 | 355 | 132 | 31 | 0 | 76 | 7 | 124 | 120 | 100 |
| Binary | 10110001 | 11101101 | 1011010 | 11001 | 0 | 111110 | 111 | 1010100 | 1010000 | 1000000 |
Color Harmonies of #B1ED5A
Complementary color
Monochromatic Colors of #B1ED5A
Black with #B1ED5A
Text Example
Text Example
White with #B1ED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ED5A; }
p { color: rgb(177,237,90); }
H1.HeaderClassName
{
color: #B1ED5A;
}
.AnyTagClassName
{
color: #B1ED5A;
}
</style>
background-color css
<style>
a { background-color: #B1ED5A; }
a { background-color: rgb(177,237,90); }
div.DivClassName
{
background-color: #B1ED5A;
}
.BgClassName
{
background-color: #B1ED5A;
}
</style>
border-color css
<style>
span { border-color: #B1ED5A; }
span { border-color: rgb(177,237,90); }
td.TdClassName
{
border-color: #B1ED5A;
}
.TagClassName
{
border-color: #B1ED5A;
}
</style>