Shades of Conifer #B0F15D
Tints of Conifer #B0F15D
RGB
CMYK
RGB Variations
Color information
#B0F15D (or 0xB0F15D) is known color: Conifer. HEX triplet: B0, F1 and 5D. RGB value is (176,241,93). Sum of RGB (Red+Green+Blue) = 176+241+93=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F15D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F15D is #4F0EA2. Grayscale: #CDCDCD. Windows color (decimal): -5181091 or 6156720. OLE color: 6156720.
HSL color Cylindrical-coordinate representation of color #B0F15D: hue angle of 86.35º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0F15D is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 241 | 93 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.05 |
| HSL | 86.35º | 0.84% | 0.65% | - |
| HSV(B) | 86.35º | 0.61% | 0.95% | - |
| XYZ | 51.34 | 72.93 | 21.73 | - |
| YUV | 204.69 | 64.97 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 241 | 93 | 0.27 | 0 | 0.61 | 0.05 | 86.35 | 0.84 | 0.65 |
| Hex | B0 | F1 | 5D | 1B | 0 | 3D | 5 | 56 | 54 | 41 |
| Octal | 260 | 361 | 135 | 33 | 0 | 75 | 5 | 126 | 124 | 101 |
| Binary | 10110000 | 11110001 | 1011101 | 11011 | 0 | 111101 | 101 | 1010110 | 1010100 | 1000001 |
Color Harmonies of #B0F15D
Complementary color
Monochromatic Colors of #B0F15D
Black with #B0F15D
Text Example
Text Example
White with #B0F15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F15D; }
p { color: rgb(176,241,93); }
H1.HeaderClassName
{
color: #B0F15D;
}
.AnyTagClassName
{
color: #B0F15D;
}
</style>
background-color css
<style>
a { background-color: #B0F15D; }
a { background-color: rgb(176,241,93); }
div.DivClassName
{
background-color: #B0F15D;
}
.BgClassName
{
background-color: #B0F15D;
}
</style>
border-color css
<style>
span { border-color: #B0F15D; }
span { border-color: rgb(176,241,93); }
td.TdClassName
{
border-color: #B0F15D;
}
.TagClassName
{
border-color: #B0F15D;
}
</style>