Shades of Conifer #B1ED48
Tints of Conifer #B1ED48
RGB
CMYK
RGB Variations
Color information
#B1ED48 (or 0xB1ED48) is known color: Conifer. HEX triplet: B1, ED and 48. RGB value is (177,237,72). Sum of RGB (Red+Green+Blue) = 177+237+72=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #B1ED48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1ED48 is #4E12B7. Grayscale: #C8C8C8. Windows color (decimal): -5116600 or 4779441. OLE color: 4779441.
HSL color Cylindrical-coordinate representation of color #B1ED48: hue angle of 81.82º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1ED48 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 237 | 72 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.07 |
| HSL | 81.82º | 0.82% | 0.61% | - |
| HSV(B) | 81.82º | 0.7% | 0.93% | - |
| XYZ | 49.59 | 70.38 | 17.1 | - |
| YUV | 200.25 | 55.62 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 237 | 72 | 0.25 | 0 | 0.70 | 0.07 | 81.82 | 0.82 | 0.61 |
| Hex | B1 | ED | 48 | 19 | 0 | 46 | 7 | 52 | 52 | 3D |
| Octal | 261 | 355 | 110 | 31 | 0 | 106 | 7 | 122 | 122 | 75 |
| Binary | 10110001 | 11101101 | 1001000 | 11001 | 0 | 1000110 | 111 | 1010010 | 1010010 | 111101 |
Color Harmonies of #B1ED48
Complementary color
Monochromatic Colors of #B1ED48
Black with #B1ED48
Text Example
Text Example
White with #B1ED48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ED48; }
p { color: rgb(177,237,72); }
H1.HeaderClassName
{
color: #B1ED48;
}
.AnyTagClassName
{
color: #B1ED48;
}
</style>
background-color css
<style>
a { background-color: #B1ED48; }
a { background-color: rgb(177,237,72); }
div.DivClassName
{
background-color: #B1ED48;
}
.BgClassName
{
background-color: #B1ED48;
}
</style>
border-color css
<style>
span { border-color: #B1ED48; }
span { border-color: rgb(177,237,72); }
td.TdClassName
{
border-color: #B1ED48;
}
.TagClassName
{
border-color: #B1ED48;
}
</style>