Shades of Conifer #B0FA5C
Tints of Conifer #B0FA5C
RGB
CMYK
RGB Variations
Color information
#B0FA5C (or 0xB0FA5C) is known color: Conifer. HEX triplet: B0, FA and 5C. RGB value is (176,250,92). Sum of RGB (Red+Green+Blue) = 176+250+92=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FA5C is #4F05A3. Grayscale: #D2D2D2. Windows color (decimal): -5178788 or 6093488. OLE color: 6093488.
HSL color Cylindrical-coordinate representation of color #B0FA5C: hue angle of 88.1º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0FA5C is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 250 | 92 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.02 |
| HSL | 88.1º | 0.94% | 0.67% | - |
| HSV(B) | 88.1º | 0.63% | 0.98% | - |
| XYZ | 54.02 | 78.37 | 22.41 | - |
| YUV | 209.86 | 61.48 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 250 | 92 | 0.30 | 0 | 0.63 | 0.02 | 88.1 | 0.94 | 0.67 |
| Hex | B0 | FA | 5C | 1E | 0 | 3F | 2 | 58 | 5E | 43 |
| Octal | 260 | 372 | 134 | 36 | 0 | 77 | 2 | 130 | 136 | 103 |
| Binary | 10110000 | 11111010 | 1011100 | 11110 | 0 | 111111 | 10 | 1011000 | 1011110 | 1000011 |
Color Harmonies of #B0FA5C
Complementary color
Monochromatic Colors of #B0FA5C
Black with #B0FA5C
Text Example
Text Example
White with #B0FA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FA5C; }
p { color: rgb(176,250,92); }
H1.HeaderClassName
{
color: #B0FA5C;
}
.AnyTagClassName
{
color: #B0FA5C;
}
</style>
background-color css
<style>
a { background-color: #B0FA5C; }
a { background-color: rgb(176,250,92); }
div.DivClassName
{
background-color: #B0FA5C;
}
.BgClassName
{
background-color: #B0FA5C;
}
</style>
border-color css
<style>
span { border-color: #B0FA5C; }
span { border-color: rgb(176,250,92); }
td.TdClassName
{
border-color: #B0FA5C;
}
.TagClassName
{
border-color: #B0FA5C;
}
</style>