Shades of Conifer #B1F05A
Tints of Conifer #B1F05A
RGB
CMYK
RGB Variations
Color information
#B1F05A (or 0xB1F05A) is known color: Conifer. HEX triplet: B1, F0 and 5A. RGB value is (177,240,90). Sum of RGB (Red+Green+Blue) = 177+240+90=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F05A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F05A is #4E0FA5. Grayscale: #CCCCCC. Windows color (decimal): -5115814 or 5959857. OLE color: 5959857.
HSL color Cylindrical-coordinate representation of color #B1F05A: hue angle of 85.2º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1F05A is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 240 | 90 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.06 |
| HSL | 85.2º | 0.83% | 0.65% | - |
| HSV(B) | 85.2º | 0.63% | 0.94% | - |
| XYZ | 51.14 | 72.41 | 20.95 | - |
| YUV | 204.06 | 63.63 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 240 | 90 | 0.26 | 0 | 0.62 | 0.06 | 85.2 | 0.83 | 0.65 |
| Hex | B1 | F0 | 5A | 1A | 0 | 3E | 6 | 55 | 53 | 41 |
| Octal | 261 | 360 | 132 | 32 | 0 | 76 | 6 | 125 | 123 | 101 |
| Binary | 10110001 | 11110000 | 1011010 | 11010 | 0 | 111110 | 110 | 1010101 | 1010011 | 1000001 |
Color Harmonies of #B1F05A
Complementary color
Monochromatic Colors of #B1F05A
Black with #B1F05A
Text Example
Text Example
White with #B1F05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F05A; }
p { color: rgb(177,240,90); }
H1.HeaderClassName
{
color: #B1F05A;
}
.AnyTagClassName
{
color: #B1F05A;
}
</style>
background-color css
<style>
a { background-color: #B1F05A; }
a { background-color: rgb(177,240,90); }
div.DivClassName
{
background-color: #B1F05A;
}
.BgClassName
{
background-color: #B1F05A;
}
</style>
border-color css
<style>
span { border-color: #B1F05A; }
span { border-color: rgb(177,240,90); }
td.TdClassName
{
border-color: #B1F05A;
}
.TagClassName
{
border-color: #B1F05A;
}
</style>